diff options
| author | Chris Sternal-Johnson <[email protected]> | 2011-12-08 14:42:42 -0500 |
|---|---|---|
| committer | Chris Sternal-Johnson <[email protected]> | 2011-12-08 14:42:42 -0500 |
| commit | e603009fca162178de3265192b2e5da40ce3a151 (patch) | |
| tree | 4c3a8bc4f08bb095fafd5f21419a3359607a4e0c | |
| parent | cee2f61898f4807311402fed747a93ee68a31f8f (diff) | |
| download | bootstrap-e603009fca162178de3265192b2e5da40ce3a151.tar.xz bootstrap-e603009fca162178de3265192b2e5da40ce3a151.zip | |
fix docs for bordered-table
| -rw-r--r-- | docs/base-css.html | 3 |
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"> -<table class="striped-table"> +<table class="bordered-table"> ... </table></pre> <h3>4. Condensed table</h3> |
