mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-02 14:24:19 +01:00
nuke ie8 warning in tables
This commit is contained in:
parent
313ea2706e
commit
e9f3f9cf3d
@ -44,10 +44,6 @@
|
|||||||
|
|
||||||
<h2 id="tables-striped">Striped rows</h2>
|
<h2 id="tables-striped">Striped rows</h2>
|
||||||
<p>Use <code>.table-striped</code> to add zebra-striping to any table row within the <code><tbody></code>.</p>
|
<p>Use <code>.table-striped</code> to add zebra-striping to any table row within the <code><tbody></code>.</p>
|
||||||
<div class="bs-callout bs-callout-danger">
|
|
||||||
<h4>Cross-browser compatibility</h4>
|
|
||||||
<p>Striped tables are styled via the <code>:nth-child</code> CSS selector, which is not available in Internet Explorer 8.</p>
|
|
||||||
</div>
|
|
||||||
<div class="bs-example">
|
<div class="bs-example">
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
|
Loading…
Reference in New Issue
Block a user