1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-25 06:39:53 +00:00
bootstrap/lib/accordion.less

29 lines
385 B
Plaintext
Raw Normal View History

// ACCORDION
// ---------
.accordion {
padding: 0;
}
2012-01-15 21:48:58 -08:00
.accordion-heading {
padding: 5px 10px;
border: 1px solid #ddd;
border-bottom: 0;
}
2012-01-15 21:48:58 -08:00
.accordion-body {
border-bottom: 1px solid #ddd;
2012-01-15 21:50:04 -08:00
margin: 0 0 1px 0;
2012-01-15 21:48:58 -08:00
}
.accordion-inner {
padding: 10px;
border: 1px solid #ddd;
border-bottom: 0;
margin-bottom: 0;
}
2012-01-15 21:48:58 -08:00
.accordion .in {
2012-01-15 21:48:58 -08:00
margin-bottom: @baseLineHeight / 2;
}