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/pages/javascript.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/pages/javascript.mustache')
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index ccec7eb24..c9e1b612b 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -1,6 +1,6 @@ <!-- Subhead ================================================== --> -<header class="jumbotron subhead" id="overview"> +<header class="jumbotron subhead"> <div class="container"> <h1>{{_i}}JavaScript for Bootstrap{{/i}}</h1> <p class="lead">{{_i}}Bring Bootstrap's components to life—now with 13 custom jQuery plugins.{{/i}} |
