From f0db5b9d058e68d618098b697b8c1f45b930ba7d Mon Sep 17 00:00:00 2001 From: Ted Serbinski Date: Sat, 26 Jan 2008 22:27:42 +0000 Subject: [PATCH] - #199715, remove absolute positioning to improve theme and CSS attaching compatibility --- README.txt | 1 + themes/blackblue/blackblue.css | 6 ------ themes/original/original.css | 6 ------ 3 files changed, 1 insertion(+), 12 deletions(-) diff --git a/README.txt b/README.txt index 5219eacb..1f1a1f85 100644 --- a/README.txt +++ b/README.txt @@ -36,6 +36,7 @@ jQuery Superfish: http://users.tpg.com.au/j_birch/plugins/superfish/ - #199224, fix display issues in IE6/7 - #200086, don't load non-existent custom.css file - #195972, better default CSS to avoid conflicts with themes +- #199715, remove absolute positioning to improve theme and CSS attaching compatibility 4.0, 2007-Nov-22 diff --git a/themes/blackblue/blackblue.css b/themes/blackblue/blackblue.css index 7b84a07e..532474ee 100644 --- a/themes/blackblue/blackblue.css +++ b/themes/blackblue/blackblue.css @@ -1,15 +1,9 @@ /* $Id$ */ -body.simplemenu-enabled { - margin-top: 21px; -} #simplemenu { background:#000; color:#fff; font:11px Verdana, Helvetica, sans-serif; - left:0; - position:absolute; - top:0; width:100%; z-index:9999; text-align:left; diff --git a/themes/original/original.css b/themes/original/original.css index ceaf5ccf..6ff8d624 100644 --- a/themes/original/original.css +++ b/themes/original/original.css @@ -1,16 +1,10 @@ /* $Id$ */ -body.simplemenu-enabled { - margin-top: 21px; -} #simplemenu { background:#ddd; color:#333; border-bottom:1px solid #999; font:11px Verdana, Helvetica, sans-serif; - left:0; - position:absolute; - top:0; width:100%; z-index:9999; text-align:left;