You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by cr...@apache.org on 2004/06/05 09:17:46 UTC

svn commit: rev 20828 - forrest/trunk/src/core/context/skins/common/css

Author: crossley
Date: Sat Jun  5 00:17:45 2004
New Revision: 20828

Modified:
   forrest/trunk/src/core/context/skins/common/css/forrest.css.xslt
Log:
Fix path to the "external-link.gif".
Submitted by: Rick Tessner
Issue: FOR-164


Modified: forrest/trunk/src/core/context/skins/common/css/forrest.css.xslt
==============================================================================
--- forrest/trunk/src/core/context/skins/common/css/forrest.css.xslt	(original)
+++ forrest/trunk/src/core/context/skins/common/css/forrest.css.xslt	Sat Jun  5 00:17:45 2004
@@ -69,7 +69,7 @@
 	display:inline; display:inline-block;
         background-repeat: no-repeat;
 	background-position: center right;
-	background-image: url(/skin/images/external-link.gif);
+	background-image: url(images/external-link.gif);
 }
   </xsl:template>
   
@@ -80,4 +80,4 @@
   <xsl:template match="*"></xsl:template>
   <xsl:template match="text()"></xsl:template>
 
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>