From: Chris Oyler Date: Mon, 1 Feb 2016 22:04:42 +0000 (-0800) Subject: adds link to Sticky plugin for documentation on sticky navigation X-Git-Tag: v6.2.0-rc.1~35^2~4^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b1d9cbab15792a99c7d2edb05a74b17c6c269cb;p=thirdparty%2Ffoundation%2Ffoundation-sites.git adds link to Sticky plugin for documentation on sticky navigation --- diff --git a/docs/pages/dropdown-menu.md b/docs/pages/dropdown-menu.md index d99dd0eda..809ef65fe 100644 --- a/docs/pages/dropdown-menu.md +++ b/docs/pages/dropdown-menu.md @@ -146,3 +146,9 @@ Add the `.vertical` class to the top-level menu to make it vertical. Sub-menus a + +--- + +## Sticky Navigation + +See the documentation for the [Sticky](sticky.html#sticky-navigation) plugin to see how to easily make a sticky nav bar. diff --git a/docs/pages/menu.md b/docs/pages/menu.md index 5c4b6dd85..d3afb6e43 100644 --- a/docs/pages/menu.md +++ b/docs/pages/menu.md @@ -150,3 +150,8 @@ Add the class `.icon-top` to the Menu to orient icons above the text.
  • Four
  • ``` +--- + +## Sticky Navigation + +See the documentation for the [Sticky](sticky.html#sticky-navigation) plugin to see how to easily make a sticky nav bar. diff --git a/docs/pages/navigation.md b/docs/pages/navigation.md index 626ea2e5e..1860b7386 100644 --- a/docs/pages/navigation.md +++ b/docs/pages/navigation.md @@ -272,3 +272,9 @@ To see the below example in action, scale your browser down. The top bar will be + +--- + +## Sticky Navigation + +See the documentation for the [Sticky](sticky.html#sticky-navigation) plugin to see how to easily make a sticky nav bar. diff --git a/docs/pages/top-bar.md b/docs/pages/top-bar.md index da3f3f58f..4019dd7a5 100644 --- a/docs/pages/top-bar.md +++ b/docs/pages/top-bar.md @@ -90,3 +90,9 @@ In the below example, we've combined the above pattern with the Responsive Toggl ``` + +--- + +## Sticky Navigation + +See the documentation for the [Sticky](sticky.html#sticky-navigation) plugin to see how to easily make a sticky nav bar.