2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

fixes #5360: typo in tables docs

This commit is contained in:
Mark Otto
2012-09-30 21:26:43 -07:00
parent f8374a754d
commit 57f8dbe25c
4 changed files with 26 additions and 10 deletions
+1 -1
View File
@@ -509,7 +509,7 @@ For example, <code><section></code> should be wrapped as inlin
<h2>Optional classes</h2>
<p>Add any of the follow classes to the <code>.table</code> base class.</p>
<p>Add any of the following classes to the <code>.table</code> base class.</p>
<h3><code>.table-striped</code></h3>
<p>Adds zebra-striping to any table row within the <code>&lt;tbody&gt;</code> via the <code>:nth-child</code> CSS selector (not available in IE7-IE8).</p>