You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by ri...@apache.org on 2005/04/10 23:23:41 UTC

svn commit: r160806 - forrest/trunk/main/webapp/skins/pelt/css/screen.css

Author: rick
Date: Sun Apr 10 14:23:40 2005
New Revision: 160806

URL: http://svn.apache.org/viewcvs?view=rev&rev=160806
Log:
Added a width attribute (set to 35%) for the motd-area.  The motd
was clobbering the page toc a bit, so 35% seemed a reasonable
compromise.


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

Modified: forrest/trunk/main/webapp/skins/pelt/css/screen.css
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/skins/pelt/css/screen.css?view=diff&r1=160805&r2=160806
==============================================================================
--- forrest/trunk/main/webapp/skins/pelt/css/screen.css (original)
+++ forrest/trunk/main/webapp/skins/pelt/css/screen.css Sun Apr 10 14:23:40 2005
@@ -407,6 +407,7 @@
 #motd-area {
     position: relative; /* IE bugfix cont'd */
     float: right;
+    width: 35%;
     background-color: #f0f0ff;
     border-top: solid 1px #4C6C8F;
     border-bottom: solid 1px #4C6C8F;