mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
remove rogue ul
This commit is contained in:
parent
ffd851d93a
commit
14b77f3a21
@ -456,7 +456,6 @@
|
||||
<p>Tables are great—for a lot of things. Great tables, however, need a bit of markup love to be useful, scalable, and readable (at the code level). Here are a few tips to help.</p>
|
||||
<p>Always wrap your column headers in a <code><thead></code> such that hierarchy is <code><thead></code> > <code><tr></code> > <code><th></code>.</p>
|
||||
<p>Similar to the column headers, all your table’s body content should be wrapped in a <code><tbody></code> so your hierarchy is <code><tbody></code> > <code><tr></code> > <code><td></code>.</p>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="span12 columns">
|
||||
<h3>Example: Default table styles</h3>
|
||||
|
Loading…
x
Reference in New Issue
Block a user