* added google +1 button
This commit is contained in:
parent
b0068777e2
commit
01e9ea6544
|
@ -77,6 +77,13 @@ h1 .description {
|
|||
letter-spacing: normal;
|
||||
}
|
||||
|
||||
.social {
|
||||
float: right;
|
||||
position: relative;
|
||||
right: 0px;
|
||||
top: -15px;
|
||||
}
|
||||
|
||||
.screenshot {
|
||||
float: right;
|
||||
background-color: #E6E6E6;
|
||||
|
@ -118,7 +125,7 @@ div.screencast:hover .play {
|
|||
}
|
||||
|
||||
.comment {
|
||||
font-size:xx-small;
|
||||
font-size: xx-small;
|
||||
color: lightgray;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
|
|
@ -21,6 +21,17 @@
|
|||
</head>
|
||||
<body>
|
||||
<div class="page">
|
||||
<div class="social">
|
||||
<g:plusone annotation="none" callback="_gaq.push(['_trackEvent','Social networking','Google Plus One',document.title])"></g:plusone>
|
||||
<script type="text/javascript">
|
||||
(function() {
|
||||
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
|
||||
po.src = 'https://apis.google.com/js/plusone.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
|
||||
})();
|
||||
</script>
|
||||
</div>
|
||||
|
||||
<div class="header">
|
||||
<img class="logo" alt="logo" src="images/icon.png" width="48" height="48" />
|
||||
<h1>
|
||||
|
|
Loading…
Reference in New Issue