diff options
author | Scott Jehl <scott@scottjehl.com> | 2008-12-22 15:22:17 +0000 |
---|---|---|
committer | Scott Jehl <scott@scottjehl.com> | 2008-12-22 15:22:17 +0000 |
commit | 100e11c85e7ddd1d48e03f7d0c9686f27506eb30 (patch) | |
tree | 656733d8ef8370876d82d027fcdcff6f90f5f75e /themes/base | |
parent | 87da54c4bee30c1c8c64ff6adae808e039b28fcf (diff) | |
download | jquery-ui-100e11c85e7ddd1d48e03f7d0c9686f27506eb30.tar.gz jquery-ui-100e11c85e7ddd1d48e03f7d0c9686f27506eb30.zip |
updated content divs per Jörn's suggestion. Moved framework classes to wrapper. Padding on inner.
Diffstat (limited to 'themes/base')
-rw-r--r-- | themes/base/ui.accordion.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/base/ui.accordion.css b/themes/base/ui.accordion.css index ea279d2a9..c405a0d60 100644 --- a/themes/base/ui.accordion.css +++ b/themes/base/ui.accordion.css @@ -5,4 +5,5 @@ .selected .ui-accordion-header { border-bottom: 0; } .ui-accordion .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; } -.ui-accordion-content { padding: 1.5em 2.2em; border-top: 0; }
\ No newline at end of file +.ui-accordion-content-wrap { border-top: 0; } +.ui-accordion-content { padding: 1em 2.2em; }
\ No newline at end of file |