aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-15 21:54:58 -0800
committerJacob Thornton <[email protected]>2012-01-15 21:54:58 -0800
commit87bd0e0b88b9c5a836bfde1478839e542c74ac05 (patch)
tree5d170f8e2fe523edf479c014184bbb9c2b1a3a3e /bootstrap.css
parent036b98535711941ba64d9bb507f57ca60ec3cdc3 (diff)
downloadbootstrap-87bd0e0b88b9c5a836bfde1478839e542c74ac05.tar.xz
bootstrap-87bd0e0b88b9c5a836bfde1478839e542c74ac05.zip
do some trickery to get borders looking right
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 6e8d32be5..efc134317 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Sun Jan 15 21:49:43 PST 2012
+ * Date: Sun Jan 15 21:54:32 PST 2012
*/
html, body {
margin: 0;
@@ -2942,14 +2942,17 @@ a.thumbnail:hover {
.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 {
margin-bottom: 9px;