diff options
| author | Mark Otto <[email protected]> | 2012-01-17 23:24:59 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-17 23:24:59 -0800 |
| commit | 51f5b7b8af6e0f6ef0dbe86528209cd664af240a (patch) | |
| tree | 9fe4f9c2abe69ee757fcbdf9c245eaef6898793b /bootstrap.css | |
| parent | 9372fdbf9787b35535cf0c475edc00cc46e3906f (diff) | |
| download | bootstrap-51f5b7b8af6e0f6ef0dbe86528209cd664af240a.tar.xz bootstrap-51f5b7b8af6e0f6ef0dbe86528209cd664af240a.zip | |
cleanup accordion css and add comments
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/bootstrap.css b/bootstrap.css index 9d3f9d9b6..d573d3436 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: Tue Jan 17 23:17:49 PST 2012 + * Date: Tue Jan 17 23:24:38 PST 2012 */ html, body { margin: 0; @@ -2937,7 +2937,7 @@ a.thumbnail:hover { background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .accordion { - padding: 0; + margin-bottom: 18px; } .accordion-group { background-color: #f5f5f5; @@ -2950,15 +2950,12 @@ a.thumbnail:hover { border-bottom: 0; } .accordion-body { - margin: 0 0 2px; + margin-bottom: 2px; } .accordion-inner { padding: 9px 15px; border-top: 1px solid #e5e5e5; } -.accordion .in { - margin-bottom: 9px; -} .carousel { position: relative; line-height: 1; |
