[gatein-commits] gatein SVN: r7019 - portal/branches/api/examples/portlets/api/src/main/java/org/gatein/portal/samples/api.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Aug 9 04:21:51 EDT 2011


Author: chris.laprun at jboss.com
Date: 2011-08-09 04:21:51 -0400 (Tue, 09 Aug 2011)
New Revision: 7019

Modified:
   portal/branches/api/examples/portlets/api/src/main/java/org/gatein/portal/samples/api/NavigationPortlet.java
Log:
- Better link color.

Modified: portal/branches/api/examples/portlets/api/src/main/java/org/gatein/portal/samples/api/NavigationPortlet.java
===================================================================
--- portal/branches/api/examples/portlets/api/src/main/java/org/gatein/portal/samples/api/NavigationPortlet.java	2011-08-09 08:10:17 UTC (rev 7018)
+++ portal/branches/api/examples/portlets/api/src/main/java/org/gatein/portal/samples/api/NavigationPortlet.java	2011-08-09 08:21:51 UTC (rev 7019)
@@ -96,7 +96,7 @@
       int size = children.size();
       boolean isLeaf = size == 0;
       writer.println("<li>"
-         + (isLeaf ? "<a style='font-weight: bold; text-decoration: underline; color: #c6efcf;' href='" + node.getURI() + "'>" : "")
+         + (isLeaf ? "<a style='font-weight: bold; text-decoration: underline; color: #336666;' href='" + node.getURI() + "'>" : "")
          + node.getDisplayName()
          + (isLeaf ? "</a>" : "")
          + "</li>");



More information about the gatein-commits mailing list