aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-06-24 20:26:48 -0700
committerMark Otto <[email protected]>2012-06-24 20:26:48 -0700
commit71669dda63644a7b4162ca63f8b9c88b3586c7e4 (patch)
treefdbae872ac5978bc7d3b285d06c5511c209f8610 /docs/javascript.html
parent160fe7ca597ff0fdaab0bb49494713724468b05b (diff)
downloadbootstrap-71669dda63644a7b4162ca63f8b9c88b3586c7e4.tar.xz
bootstrap-71669dda63644a7b4162ca63f8b9c88b3586c7e4.zip
tons of docs cleanup in css, adding subnav to official components
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index db6f8218a..7ad28533a 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -81,7 +81,8 @@
<h1>Javascript for Bootstrap</h1>
<p class="lead">Bring Bootstrap's components to life&mdash;now with 12 custom <a href="http://jquery.com/" target="_blank">jQuery</a> plugins.
<div class="subnav">
- <ul class="nav nav-pills">
+ <ul class="nav">
+ <li><a href="#transitions">Transitions</a></li>
<li><a href="#modals">Modal</a></li>
<li><a href="#dropdowns">Dropdown</a></li>
<li><a href="#scrollspy">Scrollspy</a></li>
@@ -124,7 +125,7 @@
<!-- Transitions
================================================== -->
-<section id="modals">
+<section id="transitions">
<div class="page-header">
<h1>Transitions <small>bootstrap-transition.js</small></h1>
</div>
@@ -190,7 +191,7 @@
<h3>Live demo</h3>
<p>Toggle a modal via javascript by clicking the button below. It will slide down and fade in from the top of the page.</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">&times;</button>
<h3 id="myModalLabel">Modal Heading</h3>