aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/accordion.less6
1 files changed, 2 insertions, 4 deletions
diff --git a/less/accordion.less b/less/accordion.less
index 1ebd5b1a1..11a36b544 100644
--- a/less/accordion.less
+++ b/less/accordion.less
@@ -9,7 +9,8 @@
// Group == heading + body
.accordion-group {
- background-color: #f5f5f5;
+ margin-bottom: 2px;
+ border: 1px solid #e5e5e5;
.border-radius(4px);
}
.accordion-heading {
@@ -19,9 +20,6 @@
display: block;
padding: 8px 15px;
}
-.accordion-body {
- margin-bottom: 2px;
-}
// Inner needs the styles because you can't animate properly with any styles on the element
.accordion-inner {