mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
fix js link in docs nav, restyle accordion with new css
This commit is contained in:
+11
-7
@@ -4,17 +4,21 @@
|
||||
.accordion {
|
||||
padding: 0;
|
||||
}
|
||||
.accordion-group {
|
||||
margin-bottom: @baseLineHeight / 2;
|
||||
background-color: #eee;
|
||||
.border-radius(4px);
|
||||
}
|
||||
.accordion-heading {
|
||||
padding: 5px 10px;
|
||||
border: 1px solid #ddd;
|
||||
display: block;
|
||||
padding: 9px 15px;
|
||||
}
|
||||
.accordion-body {
|
||||
padding: 10px;
|
||||
margin-left: 0;
|
||||
margin-bottom: @baseLineHeight / 2;
|
||||
border: 1px solid #ddd;
|
||||
border-top: 0;
|
||||
display: none;
|
||||
padding: 15px;
|
||||
margin-left: 0;
|
||||
border-top: 1px solid #ddd;
|
||||
.box-shadow(inset 0 1px 0 rgba(255,255,255,.25));
|
||||
}
|
||||
.accordion .in {
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user