2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Improved and followed pattern suggestions

This commit is contained in:
syed
2013-07-19 23:14:13 +05:00
parent 5e898fa2a1
commit 65ee36a7bf
4 changed files with 11 additions and 14 deletions
+2 -2
View File
@@ -11,7 +11,7 @@
// Group == heading + body
.accordion-group {
margin-bottom: 2px;
border: 1px solid @accordion-group-border-color;
border: 1px solid @accordion-border-color;
border-radius: @border-radius-base;
}
.accordion-heading {
@@ -27,5 +27,5 @@
// Inner needs the styles because you can't animate properly with any styles on the element
.accordion-inner {
padding: 9px 15px;
border-top: 1px solid @accordion-group-border-color;
border-top: 1px solid @accordion-border-color;
}