2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Move accordion inline properties to variables.les

This commit is contained in:
syed
2013-07-19 18:18:01 +05:00
parent 710dbb5260
commit 95be924926
2 changed files with 9 additions and 2 deletions
+2 -2
View File
@@ -11,7 +11,7 @@
// Group == heading + body
.accordion-group {
margin-bottom: 2px;
border: 1px solid #e5e5e5;
border: 1px solid @accordion-group-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 #e5e5e5;
border-top: 1px solid @accordion-group-border-color;
}