diff options
| author | Mark Otto <[email protected]> | 2013-09-08 20:03:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-08 20:03:52 -0700 |
| commit | fff5e540f5fb29ea3c2de713c0d6b10642c90e75 (patch) | |
| tree | bdd75201291adae9ad0e947035e6780338228640 /assets/css/docs.css | |
| parent | afb6cf1d01c28bd0a1c6803f727eb7408b70c16e (diff) | |
| download | bootstrap-fff5e540f5fb29ea3c2de713c0d6b10642c90e75.tar.xz bootstrap-fff5e540f5fb29ea3c2de713c0d6b10642c90e75.zip | |
fixes #10526: Remove custom background on responsive tables and set it in the docs where it should've been originally
Diffstat (limited to 'assets/css/docs.css')
| -rw-r--r-- | assets/css/docs.css | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |
