]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix markup typo, duh
authorJulian Thilo <bigj95t@gmail.com>
Mon, 20 Jan 2014 23:00:52 +0000 (00:00 +0100)
committerJulian Thilo <bigj95t@gmail.com>
Mon, 20 Jan 2014 23:00:52 +0000 (00:00 +0100)
docs/components.html

index 94e9d4fbb024e63750667e095b4eb607e01c2e22..0250f191d494f0100813ebe2465f930039612697 100644 (file)
@@ -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>