1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00
twbs--bootstrap/lib/accordion.less

27 lines
328 B
Text
Raw Normal View History

// ACCORDION
// ---------
.accordion {
padding: 0;
}
2012-01-16 00:48:58 -05:00
.accordion-heading {
padding: 5px 10px;
border: 1px solid #ddd;
2012-01-16 00:48:58 -05:00
margin-bottom: 1px;
}
2012-01-16 00:48:58 -05:00
.accordion-body {
margin-left: 0;
2012-01-16 00:48:58 -05:00
}
.accordion-inner {
padding: 10px;
border: 1px solid #ddd;
border-top: 0;
}
2012-01-16 00:48:58 -05:00
.accordion .in {
2012-01-16 00:48:58 -05:00
margin-bottom: @baseLineHeight / 2;
}