Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Thilo <bigj95t@gmail.com>2014-01-21 03:00:52 +0400
committerJulian Thilo <bigj95t@gmail.com>2014-01-21 03:00:52 +0400
commit4ec861316f88f7af67453aea3d78e04c7462e62d (patch)
tree6ad979f846f3872ad387ec3c3f1a30930909ef30 /docs/components.html
parent4552bcf66fcaa0a6b40888efd99769edd91aa3bf (diff)
fix markup typo, duh
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components.html b/docs/components.html
index 94e9d4fbb0..0250f191d4 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -1259,9 +1259,9 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,
<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>