diff options
| author | Jacob Thornton <[email protected]> | 2012-02-16 20:30:18 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-02-16 20:30:18 -0800 |
| commit | 1520ec446ce9fc748efa3390a58c447841c48e73 (patch) | |
| tree | f09159e04a0973d3088c25ee4c8aa454e670dae2 /docs | |
| parent | 6da16a6def486413b1897540aff1f335638ed5e6 (diff) | |
| download | bootstrap-1520ec446ce9fc748efa3390a58c447841c48e73.tar.xz bootstrap-1520ec446ce9fc748efa3390a58c447841c48e73.zip | |
rebuild bro
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 53181 -> 53181 bytes | |||
| -rw-r--r-- | docs/components.html | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex dacefe63f..e282ec6fd 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/components.html b/docs/components.html index d0b5de632..af00ece97 100644 --- a/docs/components.html +++ b/docs/components.html @@ -843,14 +843,14 @@ <div class="navbar"> <div class="navbar-inner"> <div class="container"> - + <!-- .btn-navbar is used as the toggle for collapsed navbar content --> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> - + <!-- Be sure to leave the brand out there if you want it shown --> <a class="brand" href="#">Project name</a> @@ -883,7 +883,7 @@ <h3>Component alignment</h3> <p>To align a nav, search form, or text, use the <code>.pull-left</code> or <code>.pull-right</code> utility classes. Both classes will add a CSS float in the specified direction.</p> <h3>Adding dropdowns</h3> - <p>Adding dropdowns to the nav is super simple, but does require the use of <a href="./javascript.html#dropdown">our javascript plugin</a>.</p> + <p>Adding dropdowns to the nav is super simple, but does require the use of <a href="./javascript.html#dropdowns">our javascript plugin</a>.</p> <pre class="prettyprint linenums"> <ul class="nav"> <li class="dropdown"> @@ -899,7 +899,7 @@ </li> </ul> </pre> - <p><a class="btn" href="./javascript.html#dropdown">Get the javascript →</a></p> + <p><a class="btn" href="./javascript.html#dropdowns">Get the javascript →</a></p> </div><!-- /.span --> </div><!-- /.row --> |
