aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-22 21:08:41 -0700
committerMark Otto <[email protected]>2012-03-22 21:08:41 -0700
commit1852d077bfa15308808c470a031f6e6b5c3dc8d2 (patch)
tree6e0a92dbebe57d78d606df1c9a9b5d03e330a31b /docs/assets/css
parentb011daf67fbb3cde6c33b40a0347d7e1a8d183ad (diff)
downloadbootstrap-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.css4
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,