2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Merge pull request #13735 from skhilko/master

Fix bug where a panel recieve extra top border when placed within a collapsible panel
This commit is contained in:
Mark Otto
2014-06-08 13:53:53 -07:00
+1 -1
View File
@@ -206,7 +206,7 @@
.panel-heading { .panel-heading {
border-bottom: 0; border-bottom: 0;
+ .panel-collapse .panel-body { + .panel-collapse > .panel-body {
border-top: 1px solid @panel-inner-border; border-top: 1px solid @panel-inner-border;
} }
} }