]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove rogue ul
authorMark Otto <mark.otto@twitter.com>
Sun, 21 Aug 2011 04:25:21 +0000 (21:25 -0700)
committerMark Otto <mark.otto@twitter.com>
Sun, 21 Aug 2011 04:25:21 +0000 (21:25 -0700)
docs/index.html

index be40404c1397a12cf33ad1978470e27e298a3806..ce2a96c2202f11f751e2967739f6309db427291a 100644 (file)
     <p>Tables are great&mdash;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>&lt;thead&gt;</code> such that hierarchy is <code>&lt;thead&gt;</code> > <code>&lt;tr&gt;</code> > <code>&lt;th&gt;</code>.</p>
     <p>Similar to the column headers, all your table’s body content should be wrapped in a <code>&lt;tbody&gt;</code> so your hierarchy is <code>&lt;tbody&gt;</code> > <code>&lt;tr&gt;</code> > <code>&lt;td&gt;</code>.</p>
-    </ul>
   </div>
   <div class="span12 columns">
 <h3>Example: Default table styles</h3>