From e4b39c59b109d24a7ca884d81c5397077dfe8c7e Mon Sep 17 00:00:00 2001 From: Matthias Mees 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 3700d516..81d87466 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 3f20f2e0..b5116380 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 923f8e91..ebc17273 100644 --- a/templates/bulletproof/ie7.css +++ b/templates/bulletproof/ie7.css @@ -13,6 +13,7 @@ } .layout1col_right_full { + clear: both!important; float: none!important; }