diff options
| author | Mark Otto <[email protected]> | 2011-08-25 23:18:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-25 23:18:15 -0700 |
| commit | c715584428752c885193b8e72d1b3156eb770aa7 (patch) | |
| tree | 266e2d188fc7f6313f76772cff9e7d9051b1042a /docs | |
| parent | 8c2df3ac3ad2c4d87e0057bc76986e902cd2959b (diff) | |
| download | bootstrap-c715584428752c885193b8e72d1b3156eb770aa7.tar.xz bootstrap-c715584428752c885193b8e72d1b3156eb770aa7.zip | |
pull table class from docs again
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 e0c980b8b..2cf2415c1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -503,7 +503,7 @@ </tbody> </table> <pre class="prettyprint linenums"> -<table class="common-table"> +<table> ... </table></pre> <h3>Example: Zebra-striped</h3> @@ -540,7 +540,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> @@ -582,7 +582,7 @@ $("table#sortTableExample").tablesorter({ sortList: [[1,0]] }); }); </script> -<table class="common-table zebra-striped"> +<table class="zebra-striped"> ... </table></pre> </div> |
