From e009ed23fcdfa87cc773c2c08f546b30e0e35950 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 15 May 2012 09:45:53 -0700 Subject: move navbar and update paths so it sits in tests --- docs/examples/navbar.html | 108 ---------------------------------------------- less/tests/navbar.html | 108 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 108 insertions(+), 108 deletions(-) delete mode 100644 docs/examples/navbar.html create mode 100644 less/tests/navbar.html diff --git a/docs/examples/navbar.html b/docs/examples/navbar.html deleted file mode 100644 index 822eb76c8..000000000 --- a/docs/examples/navbar.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - Bootstrap, from Twitter - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - -
-

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.

-

- View navbar docs » -

-
- -
- - - - - - - - - - - - - - - - - - - diff --git a/less/tests/navbar.html b/less/tests/navbar.html new file mode 100644 index 000000000..17754bf6e --- /dev/null +++ b/less/tests/navbar.html @@ -0,0 +1,108 @@ + + + + + Bootstrap, from Twitter + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+

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.

+

+ View navbar docs » +

+
+ +
+ + + + + + + + + + + + + + + + + + + -- cgit v1.2.3