Author: crossley
Date: Fri May 22 05:15:08 2009
New Revision: 777370

URL: http://svn.apache.org/viewvc?rev=777370&view=rev
Log:
Adjust the ratio of space in the footer. Give more room for the copyright stuff 
and less for the lastmodified date stuff.
Issue: FOR-1170

Modified:
    forrest/trunk/main/webapp/skins/pelt/css/screen.css
    forrest/trunk/main/webapp/skins/scales/css/screen.css

Modified: forrest/trunk/main/webapp/skins/pelt/css/screen.css
URL: 
http://svn.apache.org/viewvc/forrest/trunk/main/webapp/skins/pelt/css/screen.css?rev=777370&r1=777369&r2=777370&view=diff
==============================================================================
--- forrest/trunk/main/webapp/skins/pelt/css/screen.css (original)
+++ forrest/trunk/main/webapp/skins/pelt/css/screen.css Fri May 22 05:15:08 2009
@@ -418,12 +418,12 @@
     position: relative; /* IE bugfix cont'd */
     padding: 5px;
     margin: 0;
-    width: 45%;
+    width: 60%;
 }
 #footer .lastmodified {
     position: relative; /* IE bugfix cont'd */
     float: right;
-    width: 45%;
+    width: 30%;
     padding: 5px;
     margin: 0;
     text-align: right;

Modified: forrest/trunk/main/webapp/skins/scales/css/screen.css
URL: 
http://svn.apache.org/viewvc/forrest/trunk/main/webapp/skins/scales/css/screen.css?rev=777370&r1=777369&r2=777370&view=diff
==============================================================================
--- forrest/trunk/main/webapp/skins/scales/css/screen.css (original)
+++ forrest/trunk/main/webapp/skins/scales/css/screen.css Fri May 22 05:15:08 
2009
@@ -383,12 +383,12 @@
     position: relative; /* IE bugfix cont'd */
     padding: 5px;
     margin: 0;
-    width: 45%;
+    width: 60%;
 }
 #footer .lastmodified {
     position: relative; /* IE bugfix cont'd */
     float: right;
-    width: 45%;
+    width: 30%;
     padding: 5px;
     margin: 0;
     text-align: right;