diff options
| author | Jacob Thornton <[email protected]> | 2012-01-15 21:48:58 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-15 21:48:58 -0800 |
| commit | 810bba97a418ae641d9360c232c1492610463dcf (patch) | |
| tree | 5c6bf46c85e1997058ff28b52400ea824f69c75e /bootstrap.css | |
| parent | 1c734281c9ba3bc820c3e30fb330c6f90ac0081f (diff) | |
| download | bootstrap-810bba97a418ae641d9360c232c1492610463dcf.tar.xz bootstrap-810bba97a418ae641d9360c232c1492610463dcf.zip | |
make accordions little bit smoother
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 11 |
1 files changed, 6 insertions, 5 deletions
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; |
