remove forkme badge
This commit is contained in:
parent
3529688b82
commit
ee6695489d
@ -60,8 +60,6 @@
|
||||
<div class="social-buttons">
|
||||
<iframe src="http://ghbtns.com/github-btn.html?user=Leaflet&repo=Leaflet&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="104px" height="20px"></iframe>
|
||||
|
||||
<!--<iframe src="http://ghbtns.com/github-btn.html?user=Leaflet&repo=Leaflet&type=fork&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 = ' ';
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user