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 /less | |
| 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 'less')
| -rw-r--r-- | less/panels.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/panels.less b/less/panels.less index e004d1715..e677d2b29 100644 --- a/less/panels.less +++ b/less/panels.less @@ -107,8 +107,8 @@ > .panel-body + .table-responsive { border-top: 1px solid @table-border-color; } - > .table > tbody:first-child th, - > .table > tbody:first-child td { + > .table > tbody:first-child > tr:first-child th, + > .table > tbody:first-child > tr:first-child td { border-top: 0; } > .table-bordered, |
