github and twitter icons
This commit is contained in:
parent
4da8df87fe
commit
347470241d
@ -42,10 +42,10 @@ h2 {
|
||||
line-height: 1em;
|
||||
}
|
||||
.nav a, .nav span {
|
||||
padding: 0 5px;
|
||||
margin: 0 5px;
|
||||
}
|
||||
.nav span a {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
table { border-collapse: collapse; }
|
||||
@ -60,4 +60,13 @@ th, td {
|
||||
top: 0;
|
||||
right: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
a.github-link {
|
||||
background: url(https://github.com/favicon.png) left center no-repeat;
|
||||
padding-left: 20px;
|
||||
}
|
||||
a.twitter-link {
|
||||
background: url(http://twitter.com/phoenix/favicon.ico) left center no-repeat;
|
||||
padding-left: 20px;
|
||||
}
|
@ -32,8 +32,8 @@
|
||||
<a href="reference.html">API Reference</a> |
|
||||
<a href="#">Examples</a> |
|
||||
<a href="http://github.com/CloudMade/Leaflet/zipball/master">Download (zip)</a> |
|
||||
<a href="http://github.com/CloudMade/Leaflet">Fork on GitHub →</a> |
|
||||
<a href="http://twitter.com/LeafletJS">Follow on Twitter →</a>
|
||||
<a class="github-link" href="http://github.com/CloudMade/Leaflet">Fork on GitHub →</a> |
|
||||
<a class="twitter-link" href="http://twitter.com/LeafletJS">Follow on Twitter →</a>
|
||||
</p>
|
||||
<hr />
|
||||
|
||||
|
@ -32,8 +32,8 @@
|
||||
<span>API Reference</span> |
|
||||
<a href="#">Examples</a> |
|
||||
<a href="http://github.com/CloudMade/Leaflet/zipball/master">Download (zip)</a> |
|
||||
<a href="http://github.com/CloudMade/Leaflet">Fork on GitHub →</a> |
|
||||
<a href="http://twitter.com/LeafletJS">Follow on Twitter →</a>
|
||||
<a class="github-link" href="http://github.com/CloudMade/Leaflet">Fork on GitHub →</a> |
|
||||
<a class="twitter-link" href="http://twitter.com/LeafletJS">Follow on Twitter →</a>
|
||||
</p>
|
||||
<hr />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user