diff options
Diffstat (limited to 'docs/base-css.html')
| -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 cb6c699f9..b353a538d 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -668,9 +668,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> |
