diff options
| author | Mark Otto <[email protected]> | 2013-04-28 14:27:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-28 14:27:48 -0700 |
| commit | bbee78b30b40ff0b1473a06ea7ecf5a42d51b614 (patch) | |
| tree | 45afa4de72a43b1c3d5fd11aa652742af083e02f /docs/docs.html | |
| parent | 8b3a1702d443c4a451d02d3482ed2cb4aeff0d44 (diff) | |
| download | bootstrap-bbee78b30b40ff0b1473a06ea7ecf5a42d51b614.tar.xz bootstrap-bbee78b30b40ff0b1473a06ea7ecf5a42d51b614.zip | |
derp on navbar toggle and docs positions
Diffstat (limited to 'docs/docs.html')
| -rw-r--r-- | docs/docs.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs.html b/docs/docs.html index 48e2aae0b..c405293ea 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -3506,7 +3506,7 @@ For example, <code><section></code> should be wrapped as inline. <h3 id="navbar-fixed-top">Fixed to top</h3> <p>Add <code>.navbar-fixed-top</code>.</p> <div class="bs-docs-example bs-navbar-top-example"> - <div class="navbar navbar-fixed-top" style="position: absolute; top: -1px;"> + <div class="navbar navbar-fixed-top"> <div class="container" style="width: auto;"> <a class="navbar-brand" href="#">Title</a> <ul class="nav navbar-nav"> @@ -3542,7 +3542,7 @@ body { <h3 id="navbar-fixed-bottom">Fixed to bottom</h3> <p>Add <code>.navbar-fixed-bottom</code> instead.</p> <div class="bs-docs-example bs-navbar-bottom-example"> - <div class="navbar navbar-fixed-bottom" style="position: absolute; bottom: -1px;"> + <div class="navbar navbar-fixed-bottom"> <div class="container" style="width: auto;"> <a class="navbar-brand" href="#">Title</a> <ul class="nav navbar-nav"> |
