]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
nuke ie8 warning in tables
authorMark Otto <otto@github.com>
Thu, 10 Jul 2014 07:01:26 +0000 (00:01 -0700)
committerMark Otto <otto@github.com>
Thu, 10 Jul 2014 07:01:26 +0000 (00:01 -0700)
docs/_includes/css/tables.html

index 6555451128e031a0a9bbf5f1d21776e00c3576b5..ca90308043f33a2d5eeeea32233af4d218096ced 100644 (file)
 
   <h2 id="tables-striped">Striped rows</h2>
   <p>Use <code>.table-striped</code> to add zebra-striping to any table row within the <code>&lt;tbody&gt;</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">
     <table class="table table-striped">
       <thead>