From 810bba97a418ae641d9360c232c1492610463dcf Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sun, 15 Jan 2012 21:48:58 -0800 Subject: make accordions little bit smoother --- bootstrap.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'bootstrap.css') diff --git a/bootstrap.css b/bootstrap.css index 8192b24c8..7a34c8d69 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 18:32:40 PST 2012 + * Date: Sun Jan 15 21:48:07 PST 2012 */ html, body { margin: 0; @@ -2942,17 +2942,18 @@ a.thumbnail:hover { .accordion-heading { padding: 5px 10px; border: 1px solid #ddd; + margin-bottom: 1px; } .accordion-body { - padding: 10px; margin-left: 0; - margin-bottom: 9px; +} +.accordion-inner { + padding: 10px; border: 1px solid #ddd; border-top: 0; - display: none; } .accordion .in { - display: block; + margin-bottom: 9px; } .carousel { position: relative; -- cgit v1.2.3 From 036b98535711941ba64d9bb507f57ca60ec3cdc3 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sun, 15 Jan 2012 21:50:04 -0800 Subject: fix margin --- bootstrap.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bootstrap.css') diff --git a/bootstrap.css b/bootstrap.css index 7a34c8d69..6e8d32be5 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:48:07 PST 2012 + * Date: Sun Jan 15 21:49:43 PST 2012 */ html, body { margin: 0; @@ -2942,10 +2942,9 @@ a.thumbnail:hover { .accordion-heading { padding: 5px 10px; border: 1px solid #ddd; - margin-bottom: 1px; } .accordion-body { - margin-left: 0; + margin: 0 0 1px 0; } .accordion-inner { padding: 10px; -- cgit v1.2.3 From 87bd0e0b88b9c5a836bfde1478839e542c74ac05 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sun, 15 Jan 2012 21:54:58 -0800 Subject: do some trickery to get borders looking right --- bootstrap.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'bootstrap.css') 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; -- cgit v1.2.3 From 7ec4e91324e6e490291f3de22e1127c4fa55f82a Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sun, 15 Jan 2012 21:58:45 -0800 Subject: reorder properties --- bootstrap.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bootstrap.css') diff --git a/bootstrap.css b/bootstrap.css index efc134317..8b82efd57 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:54:32 PST 2012 + * Date: Sun Jan 15 21:58:40 PST 2012 */ html, body { margin: 0; @@ -2945,14 +2945,14 @@ a.thumbnail:hover { border-bottom: 0; } .accordion-body { - border-bottom: 1px solid #ddd; margin: 0 0 1px 0; + border-bottom: 1px solid #ddd; } .accordion-inner { padding: 10px; + margin-bottom: 0; border: 1px solid #ddd; border-bottom: 0; - margin-bottom: 0; } .accordion .in { margin-bottom: 9px; -- cgit v1.2.3