2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Fixes #12822: Scope panel collapse styles to immediate panel bodies only

This commit is contained in:
Mark Otto
2014-02-22 22:46:03 -08:00
parent a083f0deb7
commit 66a229bdbf
8 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -424,12 +424,12 @@
background-color: @heading-bg-color;
border-color: @heading-border;
+ .panel-collapse .panel-body {
+ .panel-collapse > .panel-body {
border-top-color: @border;
}
}
& > .panel-footer {
+ .panel-collapse .panel-body {
+ .panel-collapse > .panel-body {
border-bottom-color: @border;
}
}