mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-02 02:29:24 +01:00
remove common-table class in the docs
This commit is contained in:
parent
50f484eed6
commit
a5e6265726
@ -512,7 +512,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<table class="common-table">
|
<table>
|
||||||
...
|
...
|
||||||
</table></pre>
|
</table></pre>
|
||||||
<h3>Example: Zebra-striped</h3>
|
<h3>Example: Zebra-striped</h3>
|
||||||
@ -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">
|
||||||
<table class="common-table zebra-striped">
|
<table class="zebra-striped">
|
||||||
...
|
...
|
||||||
</table></pre>
|
</table></pre>
|
||||||
<h3>Example: Zebra-striped w/ TableSorter.js</h3>
|
<h3>Example: Zebra-striped w/ TableSorter.js</h3>
|
||||||
@ -591,7 +591,7 @@
|
|||||||
$("table#sortTableExample").tablesorter({ sortList: [[1,0]] });
|
$("table#sortTableExample").tablesorter({ sortList: [[1,0]] });
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<table class="common-table zebra-striped">
|
<table class="zebra-striped">
|
||||||
...
|
...
|
||||||
</table></pre>
|
</table></pre>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user