diff --git a/docs/examples/index.md b/docs/examples/index.md index b9c6dd6f1b..7479a7fb3e 100644 --- a/docs/examples/index.md +++ b/docs/examples/index.md @@ -48,7 +48,7 @@ Taking the default navbar component and showing how it can be moved, placed, and
- +

Navbar

diff --git a/docs/examples/navbar/index.html b/docs/examples/navbar/index.html deleted file mode 100644 index 3d35b7904f..0000000000 --- a/docs/examples/navbar/index.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - Navbar Template for Bootstrap - - - - - - - - - - -
- - - -
-

Navbar example

-

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 » -

-
- -
- - - - - - - - - - - - diff --git a/docs/examples/navbars/index.html b/docs/examples/navbars/index.html new file mode 100644 index 0000000000..ec2839be28 --- /dev/null +++ b/docs/examples/navbars/index.html @@ -0,0 +1,178 @@ + + + + + + + + + + + + Navbar Template for Bootstrap + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Navbar examples

+

This example is a quick exercise to illustrate how the navbar and it's contents work. Some navbars extend the width of the viewport, others are confined within a .container. For positioning of navbars, checkout the top and fixed top examples.

+

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 » +

+
+
+
+ + + + + + + + + + + + diff --git a/docs/examples/navbar/navbar.css b/docs/examples/navbars/navbar.css similarity index 73% rename from docs/examples/navbar/navbar.css rename to docs/examples/navbars/navbar.css index d2195240b7..04f8c6b7fa 100644 --- a/docs/examples/navbar/navbar.css +++ b/docs/examples/navbars/navbar.css @@ -1,5 +1,5 @@ body { - padding-top: 20px; + /*padding-top: 20px;*/ padding-bottom: 20px; }