You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2006/04/23 14:42:38 UTC

svn commit: r396266 - /forrest/trunk/main/webapp/skins/pelt/css/profile.css.xslt

Author: rgardler
Date: Sun Apr 23 05:42:37 2006
New Revision: 396266

URL: http://svn.apache.org/viewcvs?rev=396266&view=rev
Log:
collate the @menupagetitle definitions

Modified:
    forrest/trunk/main/webapp/skins/pelt/css/profile.css.xslt

Modified: forrest/trunk/main/webapp/skins/pelt/css/profile.css.xslt
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/skins/pelt/css/profile.css.xslt?rev=396266&r1=396265&r2=396266&view=diff
==============================================================================
--- forrest/trunk/main/webapp/skins/pelt/css/profile.css.xslt (original)
+++ forrest/trunk/main/webapp/skins/pelt/css/profile.css.xslt Sun Apr 23 05:42:37 2006
@@ -113,7 +113,8 @@
 }
 </xsl:template> 
 <xsl:template match="color[@name='toolbox']">
-#menu .menupagetitle  { background-color: <xsl:value-of select="@value"/>}
+#menu .menupagetitle  { background-color: <xsl:value-of select="@value"/>;
+  color: <xsl:value-of select="@font"/>;}
 </xsl:template> 
 
 <xsl:template match="color[@name='border']">
@@ -132,7 +133,6 @@
 color: <xsl:value-of select="@hlink"/>;} 
 </xsl:template> 
 <xsl:template match="color[@name='dialog']"> 
-#menu .menupagetitle  { color: <xsl:value-of select="@font"/>;}    
 #menu .menupageitemgroup     { 
 background-color: <xsl:value-of select="@value"/>;
 }