You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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>
885
885
<h3>Adding dropdowns</h3>
886
-
<p>Adding dropdowns to the nav is super simple, but does require the use of <ahref="./javascript.html#dropdown">our javascript plugin</a>.</p>
886
+
<p>Adding dropdowns to the nav is super simple, but does require the use of <ahref="./javascript.html#dropdowns">our javascript plugin</a>.</p>
887
887
<preclass="prettyprint linenums">
888
888
<ul class="nav">
889
889
<li class="dropdown">
@@ -899,7 +899,7 @@ <h3>Adding dropdowns</h3>
899
899
</li>
900
900
</ul>
901
901
</pre>
902
-
<p><aclass="btn" href="./javascript.html#dropdown">Get the javascript →</a></p>
902
+
<p><aclass="btn" href="./javascript.html#dropdowns">Get the javascript →</a></p>
0 commit comments