diff options
| author | Mark Otto <[email protected]> | 2013-09-01 10:13:47 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-01 10:13:47 +0200 |
| commit | 9a32b21dc77071806116d9bbfa2a43306fa0dccf (patch) | |
| tree | 4fe8781b9220e5d619dbd8fb789825e0dc8244f2 /dist/css/bootstrap.css | |
| parent | 9ba64cc1a99fd246f2671197bb1daec0161b0277 (diff) | |
| parent | dfda3dfe3727fdd292d73cb7d9de5699527e3216 (diff) | |
| download | bootstrap-9a32b21dc77071806116d9bbfa2a43306fa0dccf.tar.xz bootstrap-9a32b21dc77071806116d9bbfa2a43306fa0dccf.zip | |
Merge branch 'master' into tagliala-patch-1
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 45 |
1 files changed, 24 insertions, 21 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 856e378cb..c32604bb8 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -399,7 +399,8 @@ p { } } -small { +small, +.small { font-size: 85%; } @@ -458,6 +459,7 @@ h6, font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; + color: inherit; } h1 small, @@ -1395,33 +1397,33 @@ th { margin-bottom: 20px; } -.table thead > tr > th, -.table tbody > tr > th, -.table tfoot > tr > th, -.table thead > tr > td, -.table tbody > tr > td, -.table tfoot > tr > td { +.table > thead > tr > th, +.table > tbody > tr > th, +.table > tfoot > tr > th, +.table > thead > tr > td, +.table > tbody > tr > td, +.table > tfoot > tr > td { padding: 8px; line-height: 1.428571429; vertical-align: top; border-top: 1px solid #dddddd; } -.table thead > tr > th { +.table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #dddddd; } -.table caption + thead tr:first-child th, -.table colgroup + thead tr:first-child th, -.table thead:first-child tr:first-child th, -.table caption + thead tr:first-child td, -.table colgroup + thead tr:first-child td, -.table thead:first-child tr:first-child td { +.table > caption + thead > tr:first-child > th, +.table > colgroup + thead > tr:first-child > th, +.table > thead:first-child > tr:first-child > th, +.table > caption + thead > tr:first-child > td, +.table > colgroup + thead > tr:first-child > td, +.table > thead:first-child > tr:first-child > td { border-top: 0; } -.table tbody + tbody { +.table > tbody + tbody { border-top: 2px solid #dddddd; } @@ -1429,12 +1431,12 @@ th { background-color: #ffffff; } -.table-condensed thead > tr > th, -.table-condensed tbody > tr > th, -.table-condensed tfoot > tr > th, -.table-condensed thead > tr > td, -.table-condensed tbody > tr > td, -.table-condensed tfoot > tr > td { +.table-condensed > thead > tr > th, +.table-condensed > tbody > tr > th, +.table-condensed > tfoot > tr > th, +.table-condensed > thead > tr > td, +.table-condensed > tbody > tr > td, +.table-condensed > tfoot > tr > td { padding: 5px; } @@ -3714,6 +3716,7 @@ textarea.input-group-sm > .input-group-btn > .btn { font-size: 14px; font-weight: normal; line-height: 1; + color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #cccccc; |
