aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sternal-Johnson <[email protected]>2011-12-08 14:42:42 -0500
committerChris Sternal-Johnson <[email protected]>2011-12-08 14:42:42 -0500
commite603009fca162178de3265192b2e5da40ce3a151 (patch)
tree4c3a8bc4f08bb095fafd5f21419a3359607a4e0c
parentcee2f61898f4807311402fed747a93ee68a31f8f (diff)
downloadbootstrap-e603009fca162178de3265192b2e5da40ce3a151.tar.xz
bootstrap-e603009fca162178de3265192b2e5da40ce3a151.zip
fix docs for bordered-table
-rw-r--r--docs/base-css.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index 2b7d17b4a..a9529821b 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -667,9 +667,8 @@
</tr>
</tbody>
</table>
- <p><strong>Note:</strong> Zebra-striping is a progressive enhancement not available for older browsers like IE8 and below.</p>
<pre class="prettyprint linenums">
-&lt;table class="striped-table"&gt;
+&lt;table class="bordered-table"&gt;
...
&lt;/table&gt;</pre>
<h3>4. Condensed table</h3>