diff options
| author | Mark Otto <[email protected]> | 2013-09-08 20:39:07 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-08 20:39:07 -0700 |
| commit | 632e3c42d591d9cf32e6cff16905d6a18792f85b (patch) | |
| tree | 043172920050d54f448a5041cd10dc21e6303939 /assets/css/docs.css | |
| parent | d42591e6e57ca0c940f0690325d9a8079311e8df (diff) | |
| parent | fff5e540f5fb29ea3c2de713c0d6b10642c90e75 (diff) | |
| download | bootstrap-632e3c42d591d9cf32e6cff16905d6a18792f85b.tar.xz bootstrap-632e3c42d591d9cf32e6cff16905d6a18792f85b.zip | |
Merge branch 'master' into docs_welcome
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 0979af07c..0d8981d71 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -722,6 +722,11 @@ h1[id] { margin: 5px; } +/* Tables */ +.bs-example > .table-responsive > .table { + background-color: #fff; +} + /* Buttons */ .bs-example > .btn, .bs-example > .btn-group { |
