2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

make accordions little bit smoother

This commit is contained in:
Jacob Thornton
2012-01-15 21:48:58 -08:00
parent 1c734281c9
commit 810bba97a4
4 changed files with 24 additions and 16 deletions
+9 -4
View File
@@ -4,18 +4,23 @@
.accordion {
padding: 0;
}
.accordion-heading {
padding: 5px 10px;
border: 1px solid #ddd;
margin-bottom: 1px;
}
.accordion-body {
padding: 10px;
margin-left: 0;
margin-bottom: @baseLineHeight / 2;
}
.accordion-inner {
padding: 10px;
border: 1px solid #ddd;
border-top: 0;
display: none;
}
.accordion .in {
display: block;
margin-bottom: @baseLineHeight / 2;
}