From d0a2a62cd774fca9fd2664e0eaf9b93377aa0dbf Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 28 Jul 2013 01:41:39 -0700 Subject: [PATCH] expand out IE for consistency w/ the rest of the page --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css.html b/css.html index e93d51b410..4ffde3bb27 100644 --- a/css.html +++ b/css.html @@ -893,7 +893,7 @@ For example, <section> should be wrapped as inline.

Use .table-striped to add zebra-striping to any table row within the <tbody>.

Cross-browser compatibility

-

Striped tables are styled via the :nth-child CSS selector, which is not available in IE8.

+

Striped tables are styled via the :nth-child CSS selector, which is not available in Internet Explorer 8.