1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-23 18:40:03 +00:00
bootstrap/lib/accordion.less

29 lines
388 B
Plaintext
Raw Normal View History

// ACCORDION
// ---------
.accordion {
margin-bottom: @baseLineHeight;
}
2012-01-15 21:48:58 -08:00
.accordion-group {
background-color: #f5f5f5;
.border-radius(4px);
}
.accordion-heading {
padding: 8px 15px;
border-bottom: 0;
}
2012-01-15 21:48:58 -08:00
.accordion-body {
margin: 0 0 2px;
}
2012-01-15 21:48:58 -08:00
.accordion-inner {
padding: 9px 15px;
border-top: 1px solid #e5e5e5;
}
2012-01-15 21:48:58 -08:00
.accordion .in {
2012-01-15 21:48:58 -08:00
margin-bottom: @baseLineHeight / 2;
}