diff options
author | Felix Nagel <info@felixnagel.com> | 2013-07-26 19:28:03 +0200 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2013-07-26 19:28:03 +0200 |
commit | 34e10c1f876e7747482b2ca68f35038a7b8c9ac4 (patch) | |
tree | e2275a847f6ed349a0e2c9f1f3ef1efad141c231 /themes | |
parent | e217c402875153ea74a26c266bb36665f82b1cbb (diff) | |
parent | 9470af0bbefafa3d81c3709674a45a54b693e7cf (diff) | |
download | jquery-ui-34e10c1f876e7747482b2ca68f35038a7b8c9ac4.tar.gz jquery-ui-34e10c1f876e7747482b2ca68f35038a7b8c9ac4.zip |
Merge branch 'master' into selectmenu
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/jquery.ui.accordion.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/base/jquery.ui.accordion.css b/themes/base/jquery.ui.accordion.css index 56ff2af5c..d05b484c5 100644 --- a/themes/base/jquery.ui.accordion.css +++ b/themes/base/jquery.ui.accordion.css @@ -12,9 +12,10 @@ display: block; cursor: pointer; position: relative; - margin-top: 2px; + margin: 2px 0 0 0; padding: .5em .5em .5em .7em; min-height: 0; /* support: IE7 */ + font-size: 100%; } .ui-accordion .ui-accordion-icons { padding-left: 2.2em; |