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

svn commit: r278689 - /forrest/trunk/main/java/org/apache/forrest/conf/SkinconfTransformer.java

Author: crossley
Date: Mon Sep  5 01:02:00 2005
New Revision: 278689

URL: http://svn.apache.org/viewcvs?rev=278689&view=rev
Log:
The previous revision r263930:
Issue: FOR-649 "hlink and vlink colors are not set correctly"
revealed a bug with default colour for vlink - white link on white background.
Set the default to that used for forrest docs.

Modified:
    forrest/trunk/main/java/org/apache/forrest/conf/SkinconfTransformer.java

Modified: forrest/trunk/main/java/org/apache/forrest/conf/SkinconfTransformer.java
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/java/org/apache/forrest/conf/SkinconfTransformer.java?rev=278689&r1=278688&r2=278689&view=diff
==============================================================================
--- forrest/trunk/main/java/org/apache/forrest/conf/SkinconfTransformer.java (original)
+++ forrest/trunk/main/java/org/apache/forrest/conf/SkinconfTransformer.java Mon Sep  5 01:02:00 2005
@@ -135,7 +135,7 @@
                     vlink="#4242a5";
                 }
                 else{   
-                    vlink="#ffffff";
+                    vlink="#009999";
                 }
                 newAttributes.addAttribute("","vlink","vlink","",vlink);
             }