[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/rotterdam/zope3.css Made the main content box expand to the full width available.

Shane Hathaway shane at zope.com
Tue Nov 16 16:33:53 EST 2004


Log message for revision 28462:
  Made the main content box expand to the full width available.
  
  It really shouldn't be a floating box, though!  Hopefully someone can 
  explain it floats.
  

Changed:
  U   Zope3/trunk/src/zope/app/rotterdam/zope3.css

-=-
Modified: Zope3/trunk/src/zope/app/rotterdam/zope3.css
===================================================================
--- Zope3/trunk/src/zope/app/rotterdam/zope3.css	2004-11-16 21:26:07 UTC (rev 28461)
+++ Zope3/trunk/src/zope/app/rotterdam/zope3.css	2004-11-16 21:33:53 UTC (rev 28462)
@@ -305,9 +305,9 @@
     float: left;
 }
 
-#content { 
-    float: left; 
-    /* width: 75%; */
+#content {
+  float: left;
+  width: 100%;
 }
 
 #context_information {



More information about the Zope3-Checkins mailing list