diff options
| author | Mark Otto <[email protected]> | 2011-08-20 21:25:21 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-20 21:25:21 -0700 |
| commit | 14b77f3a2164a5348ec8d9841ddc3ace27a64e37 (patch) | |
| tree | 464a8b490991dc774b769d9ffc0d951e48f672a0 /docs | |
| parent | ffd851d93a6616db01db94a945a0dbc2810a5c1a (diff) | |
| download | bootstrap-14b77f3a2164a5348ec8d9841ddc3ace27a64e37.tar.xz bootstrap-14b77f3a2164a5348ec8d9841ddc3ace27a64e37.zip | |
remove rogue ul
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index be40404c1..ce2a96c22 100644 --- a/docs/index.html +++ b/docs/index.html @@ -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> |
