You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2006/07/04 03:50:22 UTC

svn commit: r418894 - /tapestry/tapestry-site/trunk/maven-skin/src/main/resources/css/maven-theme.css

Author: jkuhnert
Date: Mon Jul  3 18:50:22 2006
New Revision: 418894

URL: http://svn.apache.org/viewvc?rev=418894&view=rev
Log:
Fixed navigation color, was too dark

Modified:
    tapestry/tapestry-site/trunk/maven-skin/src/main/resources/css/maven-theme.css

Modified: tapestry/tapestry-site/trunk/maven-skin/src/main/resources/css/maven-theme.css
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/maven-skin/src/main/resources/css/maven-theme.css?rev=418894&r1=418893&r2=418894&view=diff
==============================================================================
--- tapestry/tapestry-site/trunk/maven-skin/src/main/resources/css/maven-theme.css (original)
+++ tapestry/tapestry-site/trunk/maven-skin/src/main/resources/css/maven-theme.css Mon Jul  3 18:50:22 2006
@@ -244,5 +244,5 @@
 }
 
 #leftColumn, #navcolumn {
-    background-color: #efefef;
+    background-color: #F8F8F8;
 }