aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-07-28 01:41:39 -0700
committerChris Rebert <[email protected]>2013-07-28 22:04:38 -0700
commitd0a2a62cd774fca9fd2664e0eaf9b93377aa0dbf (patch)
tree9409f18f8c20023942b0f656a2ea6f40c8444fc3
parente9b1422e8614a8f1deac08941e84d93b1c1f7d5b (diff)
downloadbootstrap-d0a2a62cd774fca9fd2664e0eaf9b93377aa0dbf.tar.xz
bootstrap-d0a2a62cd774fca9fd2664e0eaf9b93377aa0dbf.zip
expand out IE for consistency w/ the rest of the page
-rw-r--r--css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html b/css.html
index e93d51b41..4ffde3bb2 100644
--- a/css.html
+++ b/css.html
@@ -893,7 +893,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<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 IE8.</p>
+ <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">