From: Mark Otto Date: Thu, 10 Jul 2014 07:01:26 +0000 (-0700) Subject: nuke ie8 warning in tables X-Git-Tag: v4.0.0-alpha~743 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9f3f9cf3db89a97f1312cba51ce760093502cfc;p=thirdparty%2Fbootstrap.git nuke ie8 warning in tables --- diff --git a/docs/_includes/css/tables.html b/docs/_includes/css/tables.html index 6555451128..ca90308043 100644 --- a/docs/_includes/css/tables.html +++ b/docs/_includes/css/tables.html @@ -44,10 +44,6 @@

Striped rows

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 Internet Explorer 8.

-