From fff5e540f5fb29ea3c2de713c0d6b10642c90e75 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 8 Sep 2013 20:03:52 -0700 Subject: fixes #10526: Remove custom background on responsive tables and set it in the docs where it should've been originally --- assets/css/docs.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'assets/css/docs.css') diff --git a/assets/css/docs.css b/assets/css/docs.css index 2b800732d..053558187 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -676,6 +676,11 @@ h1[id] { margin: 5px; } +/* Tables */ +.bs-example > .table-responsive > .table { + background-color: #fff; +} + /* Buttons */ .bs-example > .btn, .bs-example > .btn-group { -- cgit v1.2.3