From f55e651074c00e134ad240af3360860195a2fb44 Mon Sep 17 00:00:00 2001 From: Ted Serbinski Date: Sat, 26 Jan 2008 22:04:26 +0000 Subject: [PATCH] #199224, patch by Darren Oh, modified by me, fix IE6/7 display issues --- README.txt | 6 ++++++ themes/blackblue/blackblue.css | 2 +- themes/original/original.css | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 9158729f..fb74c5ab 100644 --- a/README.txt +++ b/README.txt @@ -30,6 +30,12 @@ jQuery Superfish: http://users.tpg.com.au/j_birch/plugins/superfish/ --- CHANGELOG -------------------------------------------------------- +4.1, 2008-Jan-26 +---------------------- + +- #199224, fix display issues in IE6/7 + + 4.0, 2007-Nov-22 ---------------------- - new CHANGELOG to keep track of changes diff --git a/themes/blackblue/blackblue.css b/themes/blackblue/blackblue.css index 98548ccb..7b84a07e 100644 --- a/themes/blackblue/blackblue.css +++ b/themes/blackblue/blackblue.css @@ -12,12 +12,12 @@ body.simplemenu-enabled { top:0; width:100%; z-index:9999; + text-align:left; } #simplemenu a { color:#fff; text-decoration:none; padding:3px 12px 5px 12px; - height:13px; width:auto; } #simplemenu li { diff --git a/themes/original/original.css b/themes/original/original.css index 0c2d57d7..ceaf5ccf 100644 --- a/themes/original/original.css +++ b/themes/original/original.css @@ -13,6 +13,7 @@ body.simplemenu-enabled { top:0; width:100%; z-index:9999; + text-align:left; } #simplemenu a { color:#333; @@ -21,7 +22,6 @@ body.simplemenu-enabled { border-right:1px solid #999; border-left:1px solid #eee; padding:2px 6px 3px 6px; - height:15px; width:auto; } #simplemenu li {