diff options
author | Scott Jehl <scott@scottjehl.com> | 2008-12-12 20:29:48 +0000 |
---|---|---|
committer | Scott Jehl <scott@scottjehl.com> | 2008-12-12 20:29:48 +0000 |
commit | dd3e7ee88b1583e76956de336296a4f0b37731f2 (patch) | |
tree | 37bac6d2febcd8139e33b0f7e312db5d8fb25d2f /themes | |
parent | f861e1db910cca6cbed8a16f2d9676edc716a0d2 (diff) | |
download | jquery-ui-dd3e7ee88b1583e76956de336296a4f0b37731f2.tar.gz jquery-ui-dd3e7ee88b1583e76956de336296a4f0b37731f2.zip |
added div for animation height workaround.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/ui.accordion.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/base/ui.accordion.css b/themes/base/ui.accordion.css index ce5341475..59642fccc 100644 --- a/themes/base/ui.accordion.css +++ b/themes/base/ui.accordion.css @@ -5,5 +5,4 @@ .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: .4em .5em .5em 2.2em; } -.ui-accordion-header .ui { border-bottom: 0; } .ui-accordion-content { padding: 1.5em 2.2em; border-top: 0; }
\ No newline at end of file |