]> git.mjollnir.org Git - s9y.git/commitdiff
BP: Fix for 2col s-b layout in IE (any version).
authoryellowled <yellowled>
Wed, 19 Sep 2007 10:33:41 +0000 (10:33 +0000)
committeryellowled <yellowled>
Wed, 19 Sep 2007 10:33:41 +0000 (10:33 +0000)
templates/bulletproof/ie5.css
templates/bulletproof/ie6.css
templates/bulletproof/ie7.css

index aaf7d5960d381dc16e24a61e14abd325d4945011..e733438b135652239debea0d87aa3ea60c0a1a27 100644 (file)
@@ -7,6 +7,14 @@
 /* http://s9y-bulletproof.com                                         */
 /**********************************************************************/
 
+
+/* 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;
+}
+
 /* stop the footer from extending the page's height */
 #footer {
     height: auto!important;
index dfb6b974e3067403e5c98cd539720a00fd5f0987..845ca3289eeba38274f3d65f89b1ee0aa15230e5 100644 (file)
@@ -8,6 +8,13 @@
 /**********************************************************************/
 
 
+/* 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;
+}
+
 #footer {
     float: none!important;
 }
index 265674e5b994c48474a838e07f7c11b3e431aa57..9673d690abad3754ae45d8a6bce56b1e33eaa818 100644 (file)
@@ -8,6 +8,13 @@
 /**********************************************************************/
 
 
+/* 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;
+}
+
 #footer {
     float: none!important;
 }