diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/components.html | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/tests/components.html b/tests/components.html index 9c3c8a3a..b4234e94 100644 --- a/tests/components.html +++ b/tests/components.html @@ -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> @@ -1691,25 +1691,6 @@ <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><ul></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"> |