2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Fixes #14711: Account for list groups in collapsing panels

This commit is contained in:
Mark Otto
2014-10-02 21:19:20 -07:00
parent e7b5c4c18b
commit 12091b9567
14 changed files with 42 additions and 14 deletions
+5 -1
View File
@@ -216,6 +216,7 @@
.panel {
margin-bottom: 0;
border-radius: @panel-border-radius;
+ .panel {
margin-top: 5px;
}
@@ -223,10 +224,13 @@
.panel-heading {
border-bottom: 0;
+ .panel-collapse > .panel-body {
+ .panel-collapse > .panel-body,
+ .panel-collapse > .list-group {
border-top: 1px solid @panel-inner-border;
}
}
.panel-footer {
border-top: 0;
+ .panel-collapse .panel-body {