From: Mark Otto Date: Sun, 21 Aug 2011 04:25:21 +0000 (-0700) Subject: remove rogue ul X-Git-Tag: v1.1.0~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14b77f3a2164a5348ec8d9841ddc3ace27a64e37;p=thirdparty%2Fbootstrap.git remove rogue ul --- diff --git a/docs/index.html b/docs/index.html index be40404c13..ce2a96c220 100644 --- a/docs/index.html +++ b/docs/index.html @@ -456,7 +456,6 @@

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.

Always wrap your column headers in a <thead> such that hierarchy is <thead> > <tr> > <th>.

Similar to the column headers, all your table’s body content should be wrapped in a <tbody> so your hierarchy is <tbody> > <tr> > <td>.

-

Example: Default table styles