Skip to content

Commit

Permalink
fix markup typo, duh
Browse files Browse the repository at this point in the history
  • Loading branch information
juthilo committed Jan 20, 2014
1 parent 4552bcf commit 4ec8613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components.html
Original file line number Diff line number Diff line change
Expand Up @@ -1259,9 +1259,9 @@ <h4>Overflowing content</h4>
<p>Since Bootstrap doesn't know how much space the content in your navbar needs, you might run into issues with content wrapping into a second row. To resolve this, you can:</p>
<ol type="a">
<li>Reduce the amount or width of navbar items.</li>
<li>Hide certain navbar items on certain screen sizes using <a href="../css/#responsive-utilities">responsive utility classes</a>.
<li>Hide certain navbar items on certain screen sizes using <a href="../css/#responsive-utilities">responsive utility classes</a>.</li>
<li>Change the point at which your navbar switches between collapsed and horizontal mode. Customize the <code>@grid-float-breakpoint</code> variable or add your own media query.</li>
</li>
</ol>
</div>
<div class="bs-callout bs-callout-danger">
<h4>Requires JavaScript</h4>
Expand Down

0 comments on commit 4ec8613

Please sign in to comment.