From: David Baughman Date: Wed, 26 Aug 2015 20:03:47 +0000 (-0700) Subject: Updated default navbar example to use responsive navbar X-Git-Tag: v4.0.0-alpha.2~367^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1eea52b263f001f8497afb2744d422d1beaaef6d;p=thirdparty%2Fbootstrap.git Updated default navbar example to use responsive navbar --- diff --git a/docs/examples/navbar/index.html b/docs/examples/navbar/index.html index a7ddcd8087..78461da283 100644 --- a/docs/examples/navbar/index.html +++ b/docs/examples/navbar/index.html @@ -24,23 +24,38 @@
- - - + +

Navbar example

-

This example is a quick exercise to illustrate how the default navbar works. It's placed within a .container to limit its width and will scroll with the rest of the page's content.

+

This example is a quick exercise to illustrate how the default responsive navbar works. It's placed within a .container to limit its width and will scroll with the rest of the page's content.

+

At the smallest breakpoint, the collapse plugin is used to hide the links and show a menu button to toggle the collapsed content.

View navbar docs »