diff options
| author | Mark Otto <[email protected]> | 2012-03-22 21:08:41 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-22 21:08:41 -0700 |
| commit | 1852d077bfa15308808c470a031f6e6b5c3dc8d2 (patch) | |
| tree | 6e0a92dbebe57d78d606df1c9a9b5d03e330a31b /docs/assets/css | |
| parent | b011daf67fbb3cde6c33b40a0347d7e1a8d183ad (diff) | |
| download | bootstrap-1852d077bfa15308808c470a031f6e6b5c3dc8d2.tar.xz bootstrap-1852d077bfa15308808c470a031f6e6b5c3dc8d2.zip | |
add shell of tests page, lighten form actions background and give it a variable
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 393d9e606..8b22f8928 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -938,7 +938,7 @@ select:focus:required:invalid:focus { padding: 17px 20px 18px; margin-top: 18px; margin-bottom: 18px; - background-color: #eeeeee; + background-color: #f5f5f5; border-top: 1px solid #ddd; *zoom: 1; } @@ -1208,6 +1208,8 @@ table { .table thead th { vertical-align: bottom; } +.table caption + thead tr:first-child th, +.table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, |
