From b6fa5f4022a88a214779a3ee76d0db71a2bfaa17 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Fri, 5 Jun 2009 22:28:28 +0000 Subject: [PATCH] Fixed bug with namespace tabs in IE not floating properly, however, there may be a better way to get the elements in the head to float better. --- skins/vector/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/skins/vector/main.css b/skins/vector/main.css index 7e1002b550..2db4c0f0eb 100644 --- a/skins/vector/main.css +++ b/skins/vector/main.css @@ -196,6 +196,7 @@ body.rtl div#head { float: left; } div#head > div.buffer > div.bottom { + margin-top: -3em; /* HALF HEAD HEIGHT */ height: 3em; /* HALF HEAD HEIGHT */ float: right; } @@ -204,8 +205,8 @@ body.rtl div#head { } div#head > div.buffer > div.middle { height: 3em; /* HALF HEAD HEIGHT */ + width: 100%; clear: both; - float: left; } body.rtl div#head > div.buffer > div.middle { float: right; -- 2.20.1