remove forkme badge

This commit is contained in:
Vladimir Agafonkin 2014-04-22 13:31:33 +03:00
parent 3529688b82
commit ee6695489d
2 changed files with 0 additions and 25 deletions

View File

@ -60,8 +60,6 @@
<div class="social-buttons">
<iframe src="http://ghbtns.com/github-btn.html?user=Leaflet&amp;repo=Leaflet&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="104px" height="20px"></iframe>
<!--<iframe src="http://ghbtns.com/github-btn.html?user=Leaflet&amp;repo=Leaflet&amp;type=fork&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="98px" height="20px"></iframe>-->
<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://leafletjs.com" data-text="Leaflet — an open-source JavaScript library for mobile-friendly interactive maps" data-via="LeafletJS" data-related="CloudMade" data-count="none">Tweet</a>
<a href="https://twitter.com/LeafletJS" class="twitter-follow-button" data-show-count="true" data-show-screen-name="false">Follow @LeafletJS</a>
@ -145,8 +143,6 @@
</div>
</div>
<a href="http://github.com/Leaflet/Leaflet"><img id="forkme" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
<script>
hljs.tabReplace = ' ';

View File

@ -284,27 +284,6 @@ td {
color: black;
}
#forkme {
position: absolute;
top: 0;
right: 0;
border: 0;
opacity: 0.3;
-webkit-filter: blur(1px);
-webkit-transform: scale(0.8);
-webkit-transform-origin: 100% 0;
-webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
-moz-transition: all 0.3s ease-out; /* FF4+ */
-o-transition: all 0.3s ease-out; /* Opera 10.5+ */
transition: all 0.3s ease-out;
}
a:hover #forkme, a:focus #forkme {
opacity: 1;
-webkit-filter: none;
-webkit-transform: scale(1);
}
#toc {
padding-left: 20px;