diff --git a/docs/index.html b/docs/index.html index ebaa5a6f3a..eb3372b420 100644 --- a/docs/index.html +++ b/docs/index.html @@ -512,7 +512,7 @@
-<table class="common-table"> +<table> ... </table>
Note: Zebra-striping is a progressive enhancement not available for older browsers like IE8 and below.
-<table class="common-table zebra-striped"> +<table class="zebra-striped"> ... </table>