From 3cb58b4900e0e8b75ca993874f783f571ff1717f Mon Sep 17 00:00:00 2001 From: yellowled Date: Fri, 29 Feb 2008 11:43:41 +0000 Subject: [PATCH] BP: Added fix for all ie versions to display new layouts correctly. --- templates/bulletproof/ie5.css | 1 + templates/bulletproof/ie6.css | 1 + templates/bulletproof/ie7.css | 1 + 3 files changed, 3 insertions(+) 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; } -- 2.39.5