From b53ad74d472d0dbe3669b61e79c89fd35da4aa1f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 29 Nov 2014 15:07:13 -0800 Subject: [PATCH] clean up navbar examples --- docs/examples/navbar-fixed-top/index.html | 85 ------------------ .../navbar-fixed-top/navbar-fixed-top.css | 4 - docs/examples/navbar-static-top/index.html | 86 ------------------- .../navbar-static-top/navbar-static-top.css | 7 -- docs/examples/navbar-top-fixed/index.html | 2 +- docs/examples/navbar-top/index.html | 2 +- docs/examples/navbar/index.html | 51 +++-------- docs/getting-started/examples.md | 15 +--- 8 files changed, 16 insertions(+), 236 deletions(-) delete mode 100644 docs/examples/navbar-fixed-top/index.html delete mode 100644 docs/examples/navbar-fixed-top/navbar-fixed-top.css delete mode 100644 docs/examples/navbar-static-top/index.html delete mode 100644 docs/examples/navbar-static-top/navbar-static-top.css diff --git a/docs/examples/navbar-fixed-top/index.html b/docs/examples/navbar-fixed-top/index.html deleted file mode 100644 index 571322aea5..0000000000 --- a/docs/examples/navbar-fixed-top/index.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - - - Fixed Top Navbar Example for Bootstrap - - - - - - - - - - - - - - - - -
- - -
-

Navbar example

-

This example is a quick exercise to illustrate how the default, static and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.

-

To see the difference between static and fixed top navbars, just scroll.

-

- View navbar docs » -

-
- -
- - - - - - - - diff --git a/docs/examples/navbar-fixed-top/navbar-fixed-top.css b/docs/examples/navbar-fixed-top/navbar-fixed-top.css deleted file mode 100644 index b0c8837425..0000000000 --- a/docs/examples/navbar-fixed-top/navbar-fixed-top.css +++ /dev/null @@ -1,4 +0,0 @@ -body { - min-height: 2000px; - padding-top: 70px; -} diff --git a/docs/examples/navbar-static-top/index.html b/docs/examples/navbar-static-top/index.html deleted file mode 100644 index 90d4e85d89..0000000000 --- a/docs/examples/navbar-static-top/index.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - Static Top Navbar Example for Bootstrap - - - - - - - - - - - - - - - - - -
- - -
-

Navbar example

-

This example is a quick exercise to illustrate how the default, static and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.

-

To see the difference between static and fixed top navbars, just scroll.

-

- View navbar docs » -

-
- -
- - - - - - - - diff --git a/docs/examples/navbar-static-top/navbar-static-top.css b/docs/examples/navbar-static-top/navbar-static-top.css deleted file mode 100644 index b48cc14429..0000000000 --- a/docs/examples/navbar-static-top/navbar-static-top.css +++ /dev/null @@ -1,7 +0,0 @@ -body { - min-height: 2000px; -} - -.navbar-static-top { - margin-bottom: 19px; -} diff --git a/docs/examples/navbar-top-fixed/index.html b/docs/examples/navbar-top-fixed/index.html index 474085ae9b..b5caa644d9 100644 --- a/docs/examples/navbar-top-fixed/index.html +++ b/docs/examples/navbar-top-fixed/index.html @@ -39,7 +39,7 @@

Navbar example

-

This example is a quick exercise to illustrate how the default, static and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.

+

This example is a quick exercise to illustrate how fixed to top navbar works. As you scroll, it will remain fixed to the top of your browser's viewport.

View navbar docs »
diff --git a/docs/examples/navbar-top/index.html b/docs/examples/navbar-top/index.html index f3dcea6b40..334b8430ae 100644 --- a/docs/examples/navbar-top/index.html +++ b/docs/examples/navbar-top/index.html @@ -37,7 +37,7 @@

Navbar example

-

This example is a quick exercise to illustrate how the default, static and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.

+

This example is a quick exercise to illustrate how the top-aligned navbar works. As you scroll, this navbar remains in it's original position and moves with the rest of the page.

View navbar docs »
diff --git a/docs/examples/navbar/index.html b/docs/examples/navbar/index.html index 8f148214e3..d6084e663e 100644 --- a/docs/examples/navbar/index.html +++ b/docs/examples/navbar/index.html @@ -24,49 +24,22 @@
- - + +

Navbar example

-

This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.

+

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

View navbar docs »

diff --git a/docs/getting-started/examples.md b/docs/getting-started/examples.md index ae16d9d37e..83ea0b2ac5 100644 --- a/docs/getting-started/examples.md +++ b/docs/getting-started/examples.md @@ -43,17 +43,6 @@ Build on the basic template above with Bootstrap's many components. We encourage ### Navbars