From e603009fca162178de3265192b2e5da40ce3a151 Mon Sep 17 00:00:00 2001 From: Chris Sternal-Johnson Date: Thu, 8 Dec 2011 14:42:42 -0500 Subject: [PATCH] fix docs for bordered-table --- docs/base-css.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/base-css.html b/docs/base-css.html index 2b7d17b4a055..a9529821b9be 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -667,9 +667,8 @@

3. Bordered table

-

Note: Zebra-striping is a progressive enhancement not available for older browsers like IE8 and below.

-<table class="striped-table">
+<table class="bordered-table">
   ...
 </table>

4. Condensed table