From e9f3f9cf3db89a97f1312cba51ce760093502cfc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 10 Jul 2014 00:01:26 -0700 Subject: [PATCH] nuke ie8 warning in tables --- docs/_includes/css/tables.html | 4 ---- 1 file changed, 4 deletions(-) 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.

-