2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

do some trickery to get borders looking right

This commit is contained in:
Jacob Thornton
2012-01-15 21:54:58 -08:00
parent 036b985357
commit 87bd0e0b88
3 changed files with 12 additions and 6 deletions
+4 -1
View File
@@ -8,16 +8,19 @@
.accordion-heading {
padding: 5px 10px;
border: 1px solid #ddd;
border-bottom: 0;
}
.accordion-body {
border-bottom: 1px solid #ddd;
margin: 0 0 1px 0;
}
.accordion-inner {
padding: 10px;
border: 1px solid #ddd;
border-top: 0;
border-bottom: 0;
margin-bottom: 0;
}
.accordion .in {