]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
adds link to Sticky plugin for documentation on sticky navigation
authorChris Oyler <chris@zurb.com>
Mon, 1 Feb 2016 22:04:42 +0000 (14:04 -0800)
committerChris Oyler <chris@zurb.com>
Mon, 1 Feb 2016 22:04:42 +0000 (14:04 -0800)
docs/pages/dropdown-menu.md
docs/pages/menu.md
docs/pages/navigation.md
docs/pages/top-bar.md

index d99dd0edaf5b82cf1e6f3d4e62c4ea254b53f444..809ef65fe66fed942989aecbb4e49e88b294e56c 100644 (file)
@@ -146,3 +146,9 @@ Add the `.vertical` class to the top-level menu to make it vertical. Sub-menus a
     </ul>
   </li>
 </ul>
+
+---
+
+## Sticky Navigation
+
+See the documentation for the [Sticky](sticky.html#sticky-navigation) plugin to see how to easily make a sticky nav bar. 
index 5c4b6dd85f13048b9a51f72656a56c1921a78654..d3afb6e43f960309f0ccc4a50728fa21c21b51a3 100644 (file)
@@ -150,3 +150,8 @@ Add the class `.icon-top` to the Menu to orient icons above the text.
   <li><a href="#"><i class="fi-list"></i> <span>Four</span></a></li>
 </ul>
 ```
+---
+
+## Sticky Navigation
+
+See the documentation for the [Sticky](sticky.html#sticky-navigation) plugin to see how to easily make a sticky nav bar.
index 626ea2e5e59973c1e761e46e4b38e8079f7284b1..1860b7386823f11d0b7739e4a753b515bd6ef924 100644 (file)
@@ -272,3 +272,9 @@ To see the below example in action, scale your browser down. The top bar will be
     </ul>
   </div>
 </div>
+
+---
+
+## Sticky Navigation
+
+See the documentation for the [Sticky](sticky.html#sticky-navigation) plugin to see how to easily make a sticky nav bar.
index da3f3f58f13de33526838da2cdb6203169eb295c..4019dd7a5a6acaa70021eb5a08dbb16192e21096 100644 (file)
@@ -90,3 +90,9 @@ In the below example, we've combined the above pattern with the Responsive Toggl
   </div>
 </div>
 ```
+
+---
+
+## Sticky Navigation
+
+See the documentation for the [Sticky](sticky.html#sticky-navigation) plugin to see how to easily make a sticky nav bar.