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 dd...@apache.org on 2005/11/21 21:44:53 UTC

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

Author: ddewolf
Date: Mon Nov 21 12:44:47 2005
New Revision: 347978

URL: http://svn.apache.org/viewcvs?rev=347978&view=rev
Log:
Udjusting spacing in new layout.

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/viewcvs/portals/pluto/trunk/pluto-portal/src/main/webapp/pluto.css?rev=347978&r1=347977&r2=347978&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-portal/src/main/webapp/pluto.css (original)
+++ portals/pluto/trunk/pluto-portal/src/main/webapp/pluto.css Mon Nov 21 12:44:47 2005
@@ -23,6 +23,7 @@
 	background: transparent url(images/banner.png) no-repeat top left;
 	width: 450px;
 	height: 50px;
+    margin: 0px;
 }
 
 #header h1 span {
@@ -130,8 +131,9 @@
   clear: both;
   margin: 0;
   padding: .5em;
+  height: 30px;
   font-size: .5em;
-  text-align: right;
+  text-align: center;
   border-top: 1px solid #2E6794;
   background: transparent url(images/powered-by.png) no-repeat right;
 }