From: yellowled Date: Fri, 29 Feb 2008 11:43:41 +0000 (+0000) Subject: BP: Added fix for all ie versions to display new layouts correctly. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3cb58b4900e0e8b75ca993874f783f571ff1717f;p=s9y.git BP: Added fix for all ie versions to display new layouts correctly. --- diff --git a/templates/bulletproof/ie5.css b/templates/bulletproof/ie5.css index 3700d51..81d8746 100644 --- a/templates/bulletproof/ie5.css +++ b/templates/bulletproof/ie5.css @@ -13,6 +13,7 @@ } .layout1col_right_full { + clear: both!important; float: none!important; } diff --git a/templates/bulletproof/ie6.css b/templates/bulletproof/ie6.css index 3f20f2e..b511638 100644 --- a/templates/bulletproof/ie6.css +++ b/templates/bulletproof/ie6.css @@ -13,6 +13,7 @@ } .layout1col_right_full { + clear: both!important; float: none!important; } diff --git a/templates/bulletproof/ie7.css b/templates/bulletproof/ie7.css index 923f8e9..ebc1727 100644 --- a/templates/bulletproof/ie7.css +++ b/templates/bulletproof/ie7.css @@ -13,6 +13,7 @@ } .layout1col_right_full { + clear: both!important; float: none!important; }