Author: crossley
Date: Tue Apr 11 21:06:57 2006
New Revision: 393375

URL: http://svn.apache.org/viewcvs?rev=393375&view=rev
Log:
Set default colour for "code" to be grey rather than dark blue.
Issue: FOR-846
Suggested by: Armin Waibel

Modified:
    forrest/trunk/main/webapp/skins/tigris/skinconf.xsl

Modified: forrest/trunk/main/webapp/skins/tigris/skinconf.xsl
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/skins/tigris/skinconf.xsl?rev=393375&r1=393374&r2=393375&view=diff
==============================================================================
--- forrest/trunk/main/webapp/skins/tigris/skinconf.xsl (original)
+++ forrest/trunk/main/webapp/skins/tigris/skinconf.xsl Tue Apr 11 21:06:57 2006
@@ -47,7 +47,7 @@
     <color name="fixme" value="#cc6600"/>
     <color name="note" value="#006699"/>
     <color name="warning" value="#990000"/>
-    <color name="code" value="#003366"/>
+    <color name="code" value="#eeeeee"/>
         
     <color name="footer" value="#ffffff"/>
   </colors>
@@ -125,7 +125,7 @@
        <color name="warning" value="#990000"/>
      </xsl:if>  
      <xsl:if test="not([EMAIL PROTECTED]'code'])">
-       <color name="code" value="#003366"/>
+       <color name="code" value="#eeeeee"/>
      </xsl:if>  
      <xsl:if test="not([EMAIL PROTECTED]'footer'])">
        <color name="footer" value="#ffffff"/>