1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* added google +1 button

This commit is contained in:
Reinhard Pointner 2011-09-03 09:21:39 +00:00
parent b0068777e2
commit 01e9ea6544
2 changed files with 19 additions and 1 deletions

View File

@ -77,6 +77,13 @@ h1 .description {
letter-spacing: normal; letter-spacing: normal;
} }
.social {
float: right;
position: relative;
right: 0px;
top: -15px;
}
.screenshot { .screenshot {
float: right; float: right;
background-color: #E6E6E6; background-color: #E6E6E6;
@ -118,7 +125,7 @@ div.screencast:hover .play {
} }
.comment { .comment {
font-size:xx-small; font-size: xx-small;
color: lightgray; color: lightgray;
margin-left: 2px; margin-left: 2px;
} }

View File

@ -21,6 +21,17 @@
</head> </head>
<body> <body>
<div class="page"> <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"> <div class="header">
<img class="logo" alt="logo" src="images/icon.png" width="48" height="48" /> <img class="logo" alt="logo" src="images/icon.png" width="48" height="48" />
<h1> <h1>