From 568b52395885fdfabbe0c63fc072f4296975461e Mon Sep 17 00:00:00 2001
From: yellowled <yellowled>
Date: Thu, 20 Sep 2007 01:04:14 +0000
Subject: [PATCH] BP: Applied better fix for 2col s-b layout in IE. Also added
 a fix for 1col layout to IE stylesheets.

---
 templates/bulletproof/base.css | 4 ++++
 templates/bulletproof/ie5.css  | 7 ++-----
 templates/bulletproof/ie6.css  | 7 ++-----
 templates/bulletproof/ie7.css  | 7 ++-----
 templates/bulletproof/info.txt | 2 +-
 5 files changed, 11 insertions(+), 16 deletions(-)

diff --git a/templates/bulletproof/base.css b/templates/bulletproof/base.css
index 9884f61..b44f414 100644
--- a/templates/bulletproof/base.css
+++ b/templates/bulletproof/base.css
@@ -105,6 +105,10 @@ body {
     max-width: 300px;
 }
 
+.layout2sb_content {
+    clear: right !important;
+}
+
 #footer {
     float: left;
     position: relative;
diff --git a/templates/bulletproof/ie5.css b/templates/bulletproof/ie5.css
index e733438..bc376b4 100644
--- a/templates/bulletproof/ie5.css
+++ b/templates/bulletproof/ie5.css
@@ -8,11 +8,8 @@
 /**********************************************************************/
 
 
-/* IE still seems to produce rounding errors in one */
-/* particular layout (2col s-b) which only appear   */
-/* in higher screen resolutions (> 1280x1024)       */
-#serendipityLeftSideBar.layout2sb_left {
-    width: 24%!important;
+.layout1col_content {
+    float: none !important;
 }
 
 /* stop the footer from extending the page's height */
diff --git a/templates/bulletproof/ie6.css b/templates/bulletproof/ie6.css
index 845ca32..9483b0a 100644
--- a/templates/bulletproof/ie6.css
+++ b/templates/bulletproof/ie6.css
@@ -8,11 +8,8 @@
 /**********************************************************************/
 
 
-/* IE still seems to produce rounding errors in one */
-/* particular layout (2col s-b) which only appear   */
-/* in higher screen resolutions (> 1280x1024)       */
-#serendipityLeftSideBar.layout2sb_left {
-    width: 24%!important;
+.layout1col_content {
+    float: none !important;
 }
 
 #footer {
diff --git a/templates/bulletproof/ie7.css b/templates/bulletproof/ie7.css
index 9673d69..657c330 100644
--- a/templates/bulletproof/ie7.css
+++ b/templates/bulletproof/ie7.css
@@ -8,11 +8,8 @@
 /**********************************************************************/
 
 
-/* IE still seems to produce rounding errors in one */
-/* particular layout (2col s-b) which only appear   */
-/* in higher screen resolutions (> 1280x1024)       */
-#serendipityLeftSideBar.layout2sb_left {
-    width: 24%!important;
+.layout1col_content {
+    float: none !important;
 }
 
 #footer {
diff --git a/templates/bulletproof/info.txt b/templates/bulletproof/info.txt
index 242ab04..afdcd09 100644
--- a/templates/bulletproof/info.txt
+++ b/templates/bulletproof/info.txt
@@ -1,4 +1,4 @@
 Name: Bulletproof v1.0 (s9y-bulletproof.com)
 Author: Bulletproof development team
-Date: 2007-09-19
+Date: 2007-09-20
 Require Serendipity: 1.2
-- 
2.39.5