aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-10 00:01:26 -0700
committerMark Otto <[email protected]>2014-07-10 00:01:26 -0700
commite9f3f9cf3db89a97f1312cba51ce760093502cfc (patch)
tree422e0104426df08fdf384ad40d5e259dbcb1657c
parent313ea2706e18a5077db90a8c8e34ba0e2b120959 (diff)
downloadbootstrap-e9f3f9cf3db89a97f1312cba51ce760093502cfc.tar.xz
bootstrap-e9f3f9cf3db89a97f1312cba51ce760093502cfc.zip
nuke ie8 warning in tables
-rw-r--r--docs/_includes/css/tables.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/_includes/css/tables.html b/docs/_includes/css/tables.html
index 655545112..ca9030804 100644
--- a/docs/_includes/css/tables.html
+++ b/docs/_includes/css/tables.html
@@ -44,10 +44,6 @@
<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>