Commit a5e62657 authored by Mark Otto's avatar Mark Otto

remove common-table class in the docs

parent 50f484ee
...@@ -512,7 +512,7 @@ ...@@ -512,7 +512,7 @@
</tbody> </tbody>
</table> </table>
<pre class="prettyprint linenums"> <pre class="prettyprint linenums">
&lt;table class="common-table"&gt; &lt;table&gt;
... ...
&lt;/table&gt;</pre> &lt;/table&gt;</pre>
<h3>Example: Zebra-striped</h3> <h3>Example: Zebra-striped</h3>
...@@ -549,7 +549,7 @@ ...@@ -549,7 +549,7 @@
</table> </table>
<p><strong>Note:</strong> Zebra-striping is a progressive enhancement not available for older browsers like IE8 and below.</p> <p><strong>Note:</strong> Zebra-striping is a progressive enhancement not available for older browsers like IE8 and below.</p>
<pre class="prettyprint linenums"> <pre class="prettyprint linenums">
&lt;table class="common-table zebra-striped"&gt; &lt;table class="zebra-striped"&gt;
... ...
&lt;/table&gt;</pre> &lt;/table&gt;</pre>
<h3>Example: Zebra-striped w/ TableSorter.js</h3> <h3>Example: Zebra-striped w/ TableSorter.js</h3>
...@@ -591,7 +591,7 @@ ...@@ -591,7 +591,7 @@
$("table#sortTableExample").tablesorter({ sortList: [[1,0]] }); $("table#sortTableExample").tablesorter({ sortList: [[1,0]] });
}); });
&lt;/script&gt; &lt;/script&gt;
&lt;table class="common-table zebra-striped"&gt; &lt;table class="zebra-striped"&gt;
... ...
&lt;/table&gt;</pre> &lt;/table&gt;</pre>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment