diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html index ebaa5a6f3..eb3372b42 100644 --- a/docs/index.html +++ b/docs/index.html @@ -512,7 +512,7 @@ </tbody> </table> <pre class="prettyprint linenums"> -<table class="common-table"> +<table> ... </table></pre> <h3>Example: Zebra-striped</h3> @@ -549,7 +549,7 @@ </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="common-table zebra-striped"> +<table class="zebra-striped"> ... </table></pre> <h3>Example: Zebra-striped w/ TableSorter.js</h3> @@ -591,7 +591,7 @@ $("table#sortTableExample").tablesorter({ sortList: [[1,0]] }); }); </script> -<table class="common-table zebra-striped"> +<table class="zebra-striped"> ... </table></pre> </div> |
