2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

make accordion links block level

This commit is contained in:
Mark Otto
2012-01-26 14:40:19 -08:00
parent 43c8f41895
commit 8a6be6601d
5 changed files with 25 additions and 10 deletions
+4 -1
View File
@@ -13,9 +13,12 @@
.border-radius(4px);
}
.accordion-heading {
padding: 8px 15px;
border-bottom: 0;
}
.accordion-heading .accordion-toggle {
display: block;
padding: 8px 15px;
}
.accordion-body {
margin-bottom: 2px;
}