Author: chris.laprun(a)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>");
Show replies by date