examples initial commit
This commit is contained in:
parent
ed57a989dc
commit
2e03bb85f3
@ -225,4 +225,9 @@ a.nodocs {
|
||||
/*box-shadow: 0px 0px 10px #ccc;
|
||||
-moz-box-shadow: 0px 0px 10px #ccc;
|
||||
-webkit-box-shadow: 0px 0px 10px #ccc;*/
|
||||
}
|
||||
}
|
||||
|
||||
h3 span {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
|
@ -32,8 +32,8 @@
|
||||
<ul class="nav clearfix">
|
||||
<li><a href="index.html">Overview</a></li>
|
||||
<li><a href="features.html">Features</a></li>
|
||||
<li><a href="examples.html">Examples</a></li>
|
||||
<li><a href="reference.html">Documentation</a></li>
|
||||
<li><a href="#">Examples</a></li>
|
||||
<li><span>Download</span></li>
|
||||
<li><a class="twitter-link" href="http://twitter.com/LeafletJS">@LeafletJS</a></li>
|
||||
<li><a class="github-link" href="http://github.com/CloudMade/Leaflet">GitHub Repo</a></li>
|
||||
|
@ -32,8 +32,8 @@
|
||||
<ul class="nav clearfix">
|
||||
<li><a href="index.html">Overview</a></li>
|
||||
<li><span>Features</span></li>
|
||||
<li><a href="examples.html">Examples</a></li>
|
||||
<li><a href="reference.html">Documentation</a></li>
|
||||
<li><a href="#">Examples</a></li>
|
||||
<li><a href="download.html">Download</a></li>
|
||||
<li><a class="twitter-link" href="http://twitter.com/LeafletJS">@LeafletJS</a></li>
|
||||
<li><a class="github-link" href="http://github.com/CloudMade/Leaflet">GitHub Repo</a></li>
|
||||
@ -109,7 +109,7 @@
|
||||
<ul>
|
||||
<li>Zoom buttons</li>
|
||||
<li class="noimpl">Zoom slider</li>
|
||||
<li class="noimpl">Attribution</li>
|
||||
<li>Attribution</li>
|
||||
<!-- <li>Scale</li> -->
|
||||
</ul>
|
||||
|
||||
|
@ -33,8 +33,8 @@
|
||||
<!-- <li><a class="cloudmade-link" href="http://cloudmade.com"></a></li> -->
|
||||
<li><span>Overview</span></li>
|
||||
<li><a href="features.html">Features</a></li>
|
||||
<li><a href="examples.html">Examples</a></li>
|
||||
<li><a href="reference.html">Documentation</a></li>
|
||||
<li><a href="#">Examples</a></li>
|
||||
<li><a href="download.html">Download</a></li>
|
||||
<li><a class="twitter-link" href="http://twitter.com/LeafletJS">@LeafletJS</a></li>
|
||||
<li><a class="github-link" href="http://github.com/CloudMade/Leaflet">GitHub Repo</a></li>
|
||||
|
@ -30,8 +30,8 @@
|
||||
<ul class="nav clearfix">
|
||||
<li><a href="index.html">Overview</a></li>
|
||||
<li><a href="features.html">Features</a></li>
|
||||
<li><a href="examples.html">Examples</a></li>
|
||||
<li><span>Documentation</span></li>
|
||||
<li><a href="#">Examples</a></li>
|
||||
<li><a href="download.html">Download</a></li>
|
||||
<li><a class="twitter-link" href="http://twitter.com/LeafletJS">@LeafletJS</a></li>
|
||||
<li><a class="github-link" href="http://github.com/CloudMade/Leaflet">GitHub Repo</a></li>
|
||||
|
Loading…
Reference in New Issue
Block a user