diff options
| author | Mark Otto <[email protected]> | 2012-08-19 21:12:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-19 21:12:52 -0700 |
| commit | 4e979f084d0a0942cb820ca54786ad2b99e4acff (patch) | |
| tree | c2b233f40db44507a5d5273b1cb0d23a54910198 /docs/templates/layout.mustache | |
| parent | e4d4ef43b091ce6e554d02cf473602aeae2e51ae (diff) | |
| download | bootstrap-4e979f084d0a0942cb820ca54786ad2b99e4acff.tar.xz bootstrap-4e979f084d0a0942cb820ca54786ad2b99e4acff.zip | |
fix static navbar container issues, clean up docs presentation by unfixing the top navbar in favor of static one, start adding table of contents for longer sections of docs
Diffstat (limited to 'docs/templates/layout.mustache')
| -rw-r--r-- | docs/templates/layout.mustache | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates/layout.mustache b/docs/templates/layout.mustache index eb4cc9ef4..f98f31897 100644 --- a/docs/templates/layout.mustache +++ b/docs/templates/layout.mustache @@ -39,11 +39,11 @@ {{/production}} </head> - <body data-spy="scroll" data-target=".bs-docs-sidebar" data-offset="10"> + <body data-spy="scroll" data-target=".bs-docs-sidebar"> <!-- Navbar ================================================== --> - <div class="navbar navbar-inverse navbar-fixed-top"> + <div class="navbar navbar-inverse navbar-static-top"> <div class="navbar-inner"> <div class="container"> <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> |
