]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Added Anchor '#0' throughout "menu" page. 9221/head
authorTravis <TravisHi@users.noreply.github.com>
Sat, 1 Oct 2016 00:05:31 +0000 (10:05 +1000)
committerGitHub <noreply@github.com>
Sat, 1 Oct 2016 00:05:31 +0000 (10:05 +1000)
http://foundation.zurb.com/sites/docs/menu.html

I could not find the code for most of the output examples.

docs/pages/menu.md

index e077a5f6efa55c1592aa218f01189563449b0b6c..cbe0748f4f386ccbcdda34b915b273b9189c134f 100644 (file)
@@ -78,16 +78,16 @@ Items can also be set to expand out and take up an even amount of space, with th
 ```
 
 <ul class="menu expanded">
-  <li><a href="#">One</a></li>
-  <li><a href="#">Two</a></li>
-  <li><a href="#">Three</a></li>
+  <li><a href="#0">One</a></li>
+  <li><a href="#0">Two</a></li>
+  <li><a href="#0">Three</a></li>
 </ul>
 
 <ul class="menu expanded">
-  <li><a href="#">One</a></li>
-  <li><a href="#">Two</a></li>
-  <li><a href="#">Three</a></li>
-  <li><a href="#">Four</a></li>
+  <li><a href="#0">One</a></li>
+  <li><a href="#0">Two</a></li>
+  <li><a href="#0">Three</a></li>
+  <li><a href="#0">Four</a></li>
 </ul>
 
 ---