mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-20 14:30:23 +00:00
Merge pull request #777 from ceejayoz/2.0-wip
Updated bordered-table example to use correct class in docs
This commit is contained in:
commit
e240aac6cb
1 changed files with 1 additions and 2 deletions
|
|
@ -668,9 +668,8 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</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="striped-table">
|
||||
<table class="bordered-table">
|
||||
...
|
||||
</table></pre>
|
||||
<h3>4. Condensed table</h3>
|
||||
|
|
|
|||
Loading…
Reference in a new issue