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