You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by es...@apache.org on 2007/07/09 01:37:10 UTC

svn commit: r554478 - /portals/pluto/trunk/pluto-portal/src/main/webapp/pluto.css

Author: esm
Date: Sun Jul  8 16:37:09 2007
New Revision: 554478

URL: http://svn.apache.org/viewvc?view=rev&rev=554478
Log:
[PLUTO-393]: updating CSS to prevent window overlap: now the #content and #navigation divs float top. (trunk)

Modified:
    portals/pluto/trunk/pluto-portal/src/main/webapp/pluto.css

Modified: portals/pluto/trunk/pluto-portal/src/main/webapp/pluto.css
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-portal/src/main/webapp/pluto.css?view=diff&rev=554478&r1=554477&r2=554478
==============================================================================
--- portals/pluto/trunk/pluto-portal/src/main/webapp/pluto.css (original)
+++ portals/pluto/trunk/pluto-portal/src/main/webapp/pluto.css Sun Jul  8 16:37:09 2007
@@ -88,7 +88,7 @@
 /** 'content' block **/
 
 #content {
-
+  float: top;
 }
 
 /** 'portlet' block **/
@@ -228,7 +228,7 @@
 
 #navigation {
     position: relative;
-    float: left;
+    float: top;
     width: 100%;
     padding: 0 0 1.75em 1em;
     margin: 0;