mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
pull table class from docs again
This commit is contained in:
parent
8c2df3ac3a
commit
c715584428
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue