mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fix docs for bordered-table
This commit is contained in:
parent
cee2f61898
commit
e603009fca
1 changed files with 1 additions and 2 deletions
|
@ -667,9 +667,8 @@
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</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">
|
<pre class="prettyprint linenums">
|
||||||
<table class="striped-table">
|
<table class="bordered-table">
|
||||||
...
|
...
|
||||||
</table></pre>
|
</table></pre>
|
||||||
<h3>4. Condensed table</h3>
|
<h3>4. Condensed table</h3>
|
||||||
|
|
Loading…
Add table
Reference in a new issue