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.

-