From: Sarven Capadisli Date: Mon, 22 Jun 2009 17:18:09 +0000 (+0000) Subject: Layout fix for IE6 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7b269a6712ac740c961634b0c165e6f74f420236;p=quix0rs-gnu-social.git Layout fix for IE6 --- diff --git a/theme/base/css/ie6.css b/theme/base/css/ie6.css index 76a82c0042..dde4d6fc77 100644 --- a/theme/base/css/ie6.css +++ b/theme/base/css/ie6.css @@ -5,6 +5,12 @@ margin-left:7px; address .fn { display:none; } + +#wrap { +width:1003px; +margin:0 auto; +} + #content { width:70%; } @@ -26,5 +32,6 @@ margin-bottom:123px; width:20%; } .notice div.entry-content { -width:63%; +width:50%; +margin-left:30px; }