Title: [commits] (mde) [834] Added 'width 100%' and dummy white border to header div to break incorrect floating in Firefox 1.0.
Revision
834
Author
mde
Date
2006-07-10 11:13:43 -0700 (Mon, 10 Jul 2006)

Log Message

Added 'width 100%' and dummy white border to header div to break incorrect floating in Firefox 1.0.

Modified Paths

Diff

Modified: trunk/sites/chandler/main.css (833 => 834)

--- trunk/sites/chandler/main.css	2006-07-10 17:08:03 UTC (rev 833)
+++ trunk/sites/chandler/main.css	2006-07-10 18:13:43 UTC (rev 834)
@@ -81,7 +81,9 @@
 	color:#993333; 
 }
 #bannerDiv { 
-	margin-bottom:16px; 
+	width:100%;
+    border:1px solid white;
+    margin-bottom:16px;
 }
 #timelineAreaDiv { 
 	float:left; 

Modified: trunk/sites/cosmo/main.css (833 => 834)

--- trunk/sites/cosmo/main.css	2006-07-10 17:08:03 UTC (rev 833)
+++ trunk/sites/cosmo/main.css	2006-07-10 18:13:43 UTC (rev 834)
@@ -83,6 +83,10 @@
 	font-weight:bold; 
 	color:#993333; 
 }
+#bannerDiv {
+    width:100%;
+    border:1px solid white;
+}
 #logoProgessCell { 
 	vertical-align:top; 
 }

Modified: trunk/sites/scooby/main.css (833 => 834)

--- trunk/sites/scooby/main.css	2006-07-10 17:08:03 UTC (rev 833)
+++ trunk/sites/scooby/main.css	2006-07-10 18:13:43 UTC (rev 834)
@@ -80,6 +80,10 @@
 	font-weight:bold; 
 	color:#993333; 
 }
+#bannerDiv {
+    width:100%;
+    border:1px solid white;
+}
 #logoProgessCell { 
 	vertical-align:top; 
 }




_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to