diff options
| author | Mark Otto <[email protected]> | 2011-10-08 00:19:01 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-08 00:19:01 -0700 |
| commit | 0692530efc51efe73a0e40ced2040df9a68fb6f9 (patch) | |
| tree | 852e402069db6a31bdbc398febeea1ac2b4ab53c /bootstrap.min.css | |
| parent | aa3a8af2d082423e7cede05874b5a56b642ae1b7 (diff) | |
| download | bootstrap-0692530efc51efe73a0e40ced2040df9a68fb6f9.tar.xz bootstrap-0692530efc51efe73a0e40ced2040df9a68fb6f9.zip | |
add better handling to the tables so that the thead and tbody first row can have rounded corners where applicable
Diffstat (limited to 'bootstrap.min.css')
| -rw-r--r-- | bootstrap.min.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.min.css b/bootstrap.min.css index bdd638978..472177f00 100644 --- a/bootstrap.min.css +++ b/bootstrap.min.css @@ -187,8 +187,8 @@ table tbody th{border-bottom:0;vertical-align:top;} .bordered-table{border:1px solid #ddd;border-collapse:separate;*border-collapse:collapse;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.bordered-table th+th,.bordered-table td+td,.bordered-table th+td{border-left:1px solid #ddd;} .bordered-table tr td{border-top:1px solid #ddd;} .bordered-table tr:first-child td{border-top:0;} -.bordered-table tbody tr:first-child td:first-child{-webkit-border-radius:4px 0 0 0;-moz-border-radius:4px 0 0 0;border-radius:4px 0 0 0;} -.bordered-table tbody tr:first-child td:last-child{-webkit-border-radius:0 4px 0 0;-moz-border-radius:0 4px 0 0;border-radius:0 4px 0 0;} +.bordered-table thead tr:first-child th:first-child,.bordered-table tbody tr:first-child td:first-child{-webkit-border-radius:4px 0 0 0;-moz-border-radius:4px 0 0 0;border-radius:4px 0 0 0;} +.bordered-table thead tr:first-child th:last-child,.bordered-table tbody tr:first-child td:last-child{-webkit-border-radius:0 4px 0 0;-moz-border-radius:0 4px 0 0;border-radius:0 4px 0 0;} .bordered-table tbody tr:last-child td:first-child{-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px;} .bordered-table tbody tr:last-child td:last-child{-webkit-border-radius:0 0 4px 0;-moz-border-radius:0 0 4px 0;border-radius:0 0 4px 0;} table .span1{width:20px;} |
