diff options
| author | Mark Otto <[email protected]> | 2013-07-05 14:13:24 -0500 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-05 14:13:24 -0500 |
| commit | 14056409c3c5ddc2e77a5829b6a99a1e809a811b (patch) | |
| tree | 1de78a684db8c87966613f7af3f4538b7fb41d82 /docs/assets/css/bootstrap.css | |
| parent | 817972724afa3e8f12d6a1376820490d3c430184 (diff) | |
| parent | d483e77553763813d90fb26b44146a9bf7edc298 (diff) | |
| download | bootstrap-14056409c3c5ddc2e77a5829b6a99a1e809a811b.tar.xz bootstrap-14056409c3c5ddc2e77a5829b6a99a1e809a811b.zip | |
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 87b021ee7..a28f94f06 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1126,10 +1126,10 @@ th { } .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, +.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; } @@ -1212,15 +1212,15 @@ th { } .table-bordered > caption + thead > tr:first-child > th:first-child, -.table-bordered > caption + tbody > tr:first-child > td:first-child, .table-bordered > colgroup + thead > tr:first-child > th:first-child, +.table-bordered > caption + tbody > tr:first-child > td:first-child, .table-bordered > colgroup + tbody > tr:first-child > td:first-child { border-top-left-radius: 4px; } .table-bordered > caption + thead > tr:first-child > th:last-child, -.table-bordered > caption + tbody > tr:first-child > td:last-child, .table-bordered > colgroup + thead > tr:first-child > th:last-child, +.table-bordered > caption + tbody > tr:first-child > td:last-child, .table-bordered > colgroup + tbody > tr:first-child > td:last-child { border-top-right-radius: 4px; } |
