diff options
| author | Mark Otto <[email protected]> | 2012-06-24 20:26:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-24 20:26:48 -0700 |
| commit | 71669dda63644a7b4162ca63f8b9c88b3586c7e4 (patch) | |
| tree | fdbae872ac5978bc7d3b285d06c5511c209f8610 /docs/templates/pages/javascript.mustache | |
| parent | 160fe7ca597ff0fdaab0bb49494713724468b05b (diff) | |
| download | bootstrap-71669dda63644a7b4162ca63f8b9c88b3586c7e4.tar.xz bootstrap-71669dda63644a7b4162ca63f8b9c88b3586c7e4.zip | |
tons of docs cleanup in css, adding subnav to official components
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 3e558c4f7..52ed45a49 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -4,7 +4,8 @@ <h1>{{_i}}Javascript for Bootstrap{{/i}}</h1> <p class="lead">{{_i}}Bring Bootstrap's components to life—now with 12 custom <a href="http://jquery.com/" target="_blank">jQuery</a> plugins.{{/i}} <div class="subnav"> - <ul class="nav nav-pills"> + <ul class="nav"> + <li><a href="#transitions">{{_i}}Transitions{{/i}}</a></li> <li><a href="#modals">{{_i}}Modal{{/i}}</a></li> <li><a href="#dropdowns">{{_i}}Dropdown{{/i}}</a></li> <li><a href="#scrollspy">{{_i}}Scrollspy{{/i}}</a></li> @@ -48,7 +49,7 @@ <!-- Transitions ================================================== --> -<section id="modals"> +<section id="transitions"> <div class="page-header"> <h1>{{_i}}Transitions{{/i}} <small>bootstrap-transition.js</small></h1> </div> @@ -115,7 +116,7 @@ <h3>{{_i}}Live demo{{/i}}</h3> <p>{{_i}}Toggle a modal via javascript by clicking the button below. It will slide down and fade in from the top of the page.{{/i}}</p> <!-- sample modal content --> - <div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> + <div id="myModal" class="modal hide" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <h3 id="myModalLabel">{{_i}}Modal Heading{{/i}}</h3> |
