Skip to content

Commit 1520ec4

Browse files
committed
rebuild bro
1 parent 6da16a6 commit 1520ec4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/assets/bootstrap.zip

0 Bytes
Binary file not shown.

docs/components.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -843,14 +843,14 @@ <h3>Optional responsive variation</h3>
843843
&lt;div class="navbar"&gt;
844844
&lt;div class="navbar-inner"&gt;
845845
&lt;div class="container"&gt;
846-
846+
847847
&lt;!-- .btn-navbar is used as the toggle for collapsed navbar content --&gt;
848848
&lt;a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"&gt;
849849
&lt;span class="icon-bar"&gt;&lt;/span&gt;
850850
&lt;span class="icon-bar"&gt;&lt;/span&gt;
851851
&lt;span class="icon-bar"&gt;&lt;/span&gt;
852852
&lt;/a&gt;
853-
853+
854854
&lt;!-- Be sure to leave the brand out there if you want it shown --&gt;
855855
&lt;a class="brand" href="#"&gt;Project name&lt;/a&gt;
856856

@@ -883,7 +883,7 @@ <h3>Nav links</h3>
883883
<h3>Component alignment</h3>
884884
<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>
885885
<h3>Adding dropdowns</h3>
886-
<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>
886+
<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>
887887
<pre class="prettyprint linenums">
888888
&lt;ul class="nav"&gt;
889889
&lt;li class="dropdown"&gt;
@@ -899,7 +899,7 @@ <h3>Adding dropdowns</h3>
899899
&lt;/li&gt;
900900
&lt;/ul&gt;
901901
</pre>
902-
<p><a class="btn" href="./javascript.html#dropdown">Get the javascript &rarr;</a></p>
902+
<p><a class="btn" href="./javascript.html#dropdowns">Get the javascript &rarr;</a></p>
903903
</div><!-- /.span -->
904904
</div><!-- /.row -->
905905

0 commit comments

Comments
 (0)