diff options
| author | Mark Otto <[email protected]> | 2012-01-28 16:48:03 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-28 16:48:03 -0800 |
| commit | 06df91ac559686e947c3c1fbfbdd2b7dcfc5a56b (patch) | |
| tree | a2f091805ebe6cbfb9668a73748016cf8285fe26 /less | |
| parent | 475b985a0efaf534b56089f12c570d7861ce72f5 (diff) | |
| download | bootstrap-06df91ac559686e947c3c1fbfbdd2b7dcfc5a56b.tar.xz bootstrap-06df91ac559686e947c3c1fbfbdd2b7dcfc5a56b.zip | |
remove background from accordion, and use border instead
Diffstat (limited to 'less')
| -rw-r--r-- | less/accordion.less | 6 |
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 { |
