mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
address issue #414 and fix up a number of docs loose ends
This commit is contained in:
+9
-5
@@ -197,7 +197,8 @@
|
||||
<h2>Lists</h2>
|
||||
<div class="row">
|
||||
<div class="span3">
|
||||
<h4>Unordered <code><ul></code></h4>
|
||||
<h4>Unordered</h4>
|
||||
<p><code><ul></code></p>
|
||||
<ul>
|
||||
<li>Lorem ipsum dolor sit amet</li>
|
||||
<li>Consectetur adipiscing elit</li>
|
||||
@@ -217,7 +218,8 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div class="span3">
|
||||
<h4>Unstyled <code><ul.unstyled></code></h4>
|
||||
<h4>Unstyled</h4>
|
||||
<p><code><ul class="unstyled"></code></p>
|
||||
<ul class="unstyled">
|
||||
<li>Lorem ipsum dolor sit amet</li>
|
||||
<li>Consectetur adipiscing elit</li>
|
||||
@@ -237,7 +239,8 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div class="span3">
|
||||
<h4>Ordered <code><ol></code></h4>
|
||||
<h4>Ordered</h4>
|
||||
<p><code><ol></code></p>
|
||||
<ol>
|
||||
<li>Lorem ipsum dolor sit amet</li>
|
||||
<li>Consectetur adipiscing elit</li>
|
||||
@@ -250,7 +253,8 @@
|
||||
</ol>
|
||||
</div>
|
||||
<div class="span3">
|
||||
<h4>Description <code><dl></code></h4>
|
||||
<h4>Description</h4>
|
||||
<p><code><dl></code></p>
|
||||
<dl>
|
||||
<dt>Description lists</dt>
|
||||
<dd>A description list is perfect for defining terms.</dd>
|
||||
@@ -286,7 +290,7 @@
|
||||
<h1>Heading</h1>
|
||||
<p>Something right here...</p>
|
||||
</div></pre>
|
||||
<p><strong>Note:</strong> Be sure to keep code within <code>pre</code> tags as close to the left as possible; it will render all tabs.</p>
|
||||
<p><strong>Note:</strong> Be sure to keep code within <code><pre></code> tags as close to the left as possible; it will render all tabs.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user