mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-17 23:05:03 -05:00
* added google +1 button
This commit is contained in:
parent
b0068777e2
commit
01e9ea6544
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user