removed navbar-fixed from full test
authorThomas Park <thomas@thomaspark.me>
Wed, 7 Aug 2013 00:49:44 +0000 (20:49 -0400)
committerThomas Park <thomas@thomaspark.me>
Wed, 7 Aug 2013 00:49:44 +0000 (20:49 -0400)
tests/components.html

index 9c3c8a3..b4234e9 100644 (file)
@@ -4,7 +4,7 @@
     <title>Bootswatch: Default Bootstrap</title>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta charset="utf-8">
-    <link rel="stylesheet" href="../build/cerulean/bootstrap.min.css" media="screen">
+    <link rel="stylesheet" href="../default/bootstrap.min.css" media="screen">
     <link rel="stylesheet" href="../bower_components/font-awesome/css/font-awesome.min.css">
     <link rel="stylesheet" href="../assets/css/bootswatch.min.css">
   </head>
         <h3 id="navbar-component-alignment">Component alignment</h3>
         <p>Align nav links, forms, buttons, or text, using the <code>.pull-left</code> or <code>.pull-right</code> utility classes. Both classes will add a CSS float in the specified direction. To align nav links, put them in a separate <code>&lt;ul&gt;</code> with the respective utility class applied.</p>
 
-
-        <h2>Optional display variations</h2>
-        <p>Fix the navbar to the top or bottom of the viewport with an additional class on the outermost div, <code>.navbar</code>. These will also remove rounded corners.</p>
-
-        <h3 id="navbar-fixed-top">Fixed to top</h3>
-        <p>Add <code>.navbar-fixed-top</code>.</p>
-        <div class="bs-example bs-navbar-top-example">
-          <div class="navbar navbar-fixed-top">
-            <div class="container" style="width: auto;">
-              <a class="navbar-brand" href="#">Title</a>
-              <ul class="nav navbar-nav">
-                <li class="active"><a href="#">Home</a></li>
-                <li><a href="#">Link</a></li>
-                <li><a href="#">Link</a></li>
-              </ul>
-            </div>
-          </div>
-        </div><!-- /example -->
-
         <h3 id="navbar-static-top">Static top navbar</h3>
         <p>Create a full-width navbar that scrolls away with the page by adding <code>.navbar-static-top</code>. Unlike the <code>.navbar-fixed-*</code> classes, you do not need to change any padding on the <code>body</code>.</p>
         <div class="bs-example bs-navbar-top-example">