diff options
| author | Jacob Thornton <[email protected]> | 2012-01-15 21:50:04 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-15 21:50:04 -0800 |
| commit | 036b98535711941ba64d9bb507f57ca60ec3cdc3 (patch) | |
| tree | 914785a33eed6d1cc0c4ac3e9c027c2a60df720a /bootstrap.css | |
| parent | 810bba97a418ae641d9360c232c1492610463dcf (diff) | |
| download | bootstrap-036b98535711941ba64d9bb507f57ca60ec3cdc3.tar.xz bootstrap-036b98535711941ba64d9bb507f57ca60ec3cdc3.zip | |
fix margin
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 5 |
1 files changed, 2 insertions, 3 deletions
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; |
