]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
expand out IE for consistency w/ the rest of the page 8735/head
authorChris Rebert <code@rebertia.com>
Sun, 28 Jul 2013 08:41:39 +0000 (01:41 -0700)
committerChris Rebert <code@rebertia.com>
Mon, 29 Jul 2013 05:04:38 +0000 (22:04 -0700)
css.html

index e93d51b410cb9d710a254a4ed2a1f4b8c4ce6a77..4ffde3bb272e2e227eccbfcb6cfd61bc3176796e 100644 (file)
--- 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">