diff options
| author | Mark Otto <[email protected]> | 2013-12-23 18:53:30 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-23 18:53:30 -0800 |
| commit | 340e2f553459a6499d77800658a37724af81dfb0 (patch) | |
| tree | 19bd85f01eb598bf5a126eabdbe4a0feabfda205 /dist/css/bootstrap.css | |
| parent | 0bd5bca6957bd26b526c92a7c90da78daf636e7b (diff) | |
| parent | f3ce6a9696f61720f10576f5744296c67703558f (diff) | |
| download | bootstrap-340e2f553459a6499d77800658a37724af81dfb0.tar.xz bootstrap-340e2f553459a6499d77800658a37724af81dfb0.zip | |
Merge pull request #11970 from supergibbs/Better_10492_fix
Fixes #10492 better
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 32 |
1 files changed, 20 insertions, 12 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 41965a0d0..47bda2d7a 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4771,6 +4771,26 @@ a.list-group-item-info.active:focus { .panel > .table-responsive > .table { margin-bottom: 0; } +.panel > .table > tbody:last-child > tr:last-child td:first-child, +.panel > .table-responsive > .table > tbody:last-child > tr:last-child td:first-child, +.panel > .table > tfoot:last-child > tr:last-child td:first-child, +.panel > .table-responsive > .table > tfoot:last-child > tr:last-child td:first-child, +.panel > .table > tbody:last-child > tr:last-child th:first-child, +.panel > .table-responsive > .table > tbody:last-child > tr:last-child th:first-child, +.panel > .table > tfoot:last-child > tr:last-child th:first-child, +.panel > .table-responsive > .table > tfoot:last-child > tr:last-child th:first-child { + border-bottom-left-radius: 3px; +} +.panel > .table > tbody:last-child > tr:last-child td:last-child, +.panel > .table-responsive > .table > tbody:last-child > tr:last-child td:last-child, +.panel > .table > tfoot:last-child > tr:last-child td:last-child, +.panel > .table-responsive > .table > tfoot:last-child > tr:last-child td:last-child, +.panel > .table > tbody:last-child > tr:last-child th:last-child, +.panel > .table-responsive > .table > tbody:last-child > tr:last-child th:last-child, +.panel > .table > tfoot:last-child > tr:last-child th:last-child, +.panel > .table-responsive > .table > tfoot:last-child > tr:last-child th:last-child { + border-bottom-right-radius: 3px; +} .panel > .panel-body + .table, .panel > .panel-body + .table-responsive { border-top: 1px solid #ddd; @@ -4829,18 +4849,6 @@ a.list-group-item-info.active:focus { margin-bottom: 0; border: 0; } -.panel > .table-striped > tbody > tr:last-child td:first-child, -.panel > .table-responsive > .table-striped > tbody > tr:last-child td:first-child, -.panel > .table-striped > tbody > tr:last-child th:first-child, -.panel > .table-responsive > .table-striped > tbody > tr:last-child th:first-child { - border-bottom-left-radius: 3px; -} -.panel > .table-striped > tbody > tr:last-child td:last-child, -.panel > .table-responsive > .table-striped > tbody > tr:last-child td:last-child, -.panel > .table-striped > tbody > tr:last-child th:last-child, -.panel > .table-responsive > .table-striped > tbody > tr:last-child th:last-child { - border-bottom-right-radius: 3px; -} .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; |
