diff options
| author | Mark Otto <[email protected]> | 2013-08-14 15:33:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-14 15:33:06 -0700 |
| commit | c8c9274728e811857255ecdb22cfdf1c258ef9ac (patch) | |
| tree | ca3a530b3236589afca0d3b802543e2785c2c873 /less | |
| parent | 5381ed085c2af4cbacca358a1352145b9bfae48b (diff) | |
| parent | 60a281507a0a2438e07bf7131ed4d19fd6647715 (diff) | |
| download | bootstrap-c8c9274728e811857255ecdb22cfdf1c258ef9ac.tar.xz bootstrap-c8c9274728e811857255ecdb22cfdf1c258ef9ac.zip | |
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Diffstat (limited to 'less')
| -rw-r--r-- | less/mixins.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/mixins.less b/less/mixins.less index eb80823e5..0f30c2984 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -331,7 +331,7 @@ // ------------------------- .panel-variant(@border; @heading-text-color; @heading-bg-color; @heading-border) { border-color: @border; - .panel-heading { + & > .panel-heading { color: @heading-text-color; background-color: @heading-bg-color; border-color: @heading-border; @@ -339,7 +339,7 @@ border-top-color: @border; } } - .panel-footer { + & > .panel-footer { + .panel-collapse .panel-body { border-bottom-color: @border; } |
