diff options
| author | Mark Otto <[email protected]> | 2014-01-23 22:52:26 -0600 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-23 22:52:26 -0600 |
| commit | 44fc629d446d67035f27dc0c9b012f8339de0f13 (patch) | |
| tree | 06c1c79b6ab9f2e268b6d2a64e41deb3616cc069 /dist/css/bootstrap.css | |
| parent | b9d1ae092f480167aedd009f7f3148f1f53f26a7 (diff) | |
| download | bootstrap-44fc629d446d67035f27dc0c9b012f8339de0f13.tar.xz bootstrap-44fc629d446d67035f27dc0c9b012f8339de0f13.zip | |
Fix #12353: Scope table border reset in panels to first-child rows
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index d6189c287..b7dc6cda7 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4837,8 +4837,8 @@ a.list-group-item-danger.active:focus { .panel > .panel-body + .table-responsive { border-top: 1px solid #ddd; } -.panel > .table > tbody:first-child th, -.panel > .table > tbody:first-child td { +.panel > .table > tbody:first-child > tr:first-child th, +.panel > .table > tbody:first-child > tr:first-child td { border-top: 0; } .panel > .table-bordered, |
