You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2009/01/05 10:12:29 UTC

svn commit: r731499 - /ant/ivy/ivyde/trunk/doc/style/style.css

Author: hibou
Date: Mon Jan  5 01:12:29 2009
New Revision: 731499

URL: http://svn.apache.org/viewvc?rev=731499&view=rev
Log:
Fix the color of the links

Modified:
    ant/ivy/ivyde/trunk/doc/style/style.css

Modified: ant/ivy/ivyde/trunk/doc/style/style.css
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/style/style.css?rev=731499&r1=731498&r2=731499&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/style/style.css (original)
+++ ant/ivy/ivyde/trunk/doc/style/style.css Mon Jan  5 01:12:29 2009
@@ -251,7 +251,7 @@
 
 table.home {
     text-align:center;
-    color:#6e9244;
+    color:#369;
     font-family:verdana, "Lucida Grande", arial, helvetica, sans-serif;
 }
 tr.homeitems {
@@ -261,7 +261,7 @@
     padding: 0 0.5cm 0 0.5cm;
 }
 tr.homeitems a:link, a:visited {
-    color: #6e9244; 
+    color: #369; 
     text-decoration: none;
 }
 tr.homeitems a:hover {