aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-02-16 20:30:18 -0800
committerJacob Thornton <[email protected]>2012-02-16 20:30:18 -0800
commit1520ec446ce9fc748efa3390a58c447841c48e73 (patch)
treef09159e04a0973d3088c25ee4c8aa454e670dae2 /docs/components.html
parent6da16a6def486413b1897540aff1f335638ed5e6 (diff)
downloadbootstrap-1520ec446ce9fc748efa3390a58c447841c48e73.tar.xz
bootstrap-1520ec446ce9fc748efa3390a58c447841c48e73.zip
rebuild bro
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html8
1 files changed, 4 insertions, 4 deletions
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 @@
&lt;div class="navbar"&gt;
&lt;div class="navbar-inner"&gt;
&lt;div class="container"&gt;
-
+
&lt;!-- .btn-navbar is used as the toggle for collapsed navbar content --&gt;
&lt;a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"&gt;
&lt;span class="icon-bar"&gt;&lt;/span&gt;
&lt;span class="icon-bar"&gt;&lt;/span&gt;
&lt;span class="icon-bar"&gt;&lt;/span&gt;
&lt;/a&gt;
-
+
&lt;!-- Be sure to leave the brand out there if you want it shown --&gt;
&lt;a class="brand" href="#"&gt;Project name&lt;/a&gt;
@@ -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">
&lt;ul class="nav"&gt;
&lt;li class="dropdown"&gt;
@@ -899,7 +899,7 @@
&lt;/li&gt;
&lt;/ul&gt;
</pre>
- <p><a class="btn" href="./javascript.html#dropdown">Get the javascript &rarr;</a></p>
+ <p><a class="btn" href="./javascript.html#dropdowns">Get the javascript &rarr;</a></p>
</div><!-- /.span -->
</div><!-- /.row -->