diff options
| author | Mark Otto <[email protected]> | 2013-10-20 22:46:21 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-20 22:46:21 -0700 |
| commit | 6585c5898a47deb2df5f7db4f9ef3fe8fa1e5a4a (patch) | |
| tree | b7a65f245b22458d14e42b35e021dfda78e2e77f | |
| parent | 6ecb5d6cf372ab4f7391503e0fb2e754a57d8d3b (diff) | |
| download | bootstrap-6585c5898a47deb2df5f7db4f9ef3fe8fa1e5a4a.tar.xz bootstrap-6585c5898a47deb2df5f7db4f9ef3fe8fa1e5a4a.zip | |
spacing
| -rw-r--r-- | less/mixins.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/less/mixins.less b/less/mixins.less index 5c9672bcb..e892b88db 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -389,10 +389,12 @@ // ------------------------- .panel-variant(@border; @heading-text-color; @heading-bg-color; @heading-border;) { border-color: @border; + & > .panel-heading { color: @heading-text-color; background-color: @heading-bg-color; border-color: @heading-border; + + .panel-collapse .panel-body { border-top-color: @border; } @@ -410,6 +412,7 @@ background-color: @background; border-color: @border; color: @text-color; + hr { border-top-color: darken(@border, 5%); } |
