You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2004/05/25 01:00:55 UTC

svn commit: rev 20381 - avalon/trunk/central/system/themes/avalon2/html

Author: mcconnell
Date: Mon May 24 16:00:53 2004
New Revision: 20381

Modified:
   avalon/trunk/central/system/themes/avalon2/html/transform.xsl
Log:
remove width attribute (already declared under style)

Modified: avalon/trunk/central/system/themes/avalon2/html/transform.xsl
==============================================================================
--- avalon/trunk/central/system/themes/avalon2/html/transform.xsl	(original)
+++ avalon/trunk/central/system/themes/avalon2/html/transform.xsl	Mon May 24 16:00:53 2004
@@ -30,7 +30,7 @@
     <body>
       <table class="logobar" >
         <tr>
-          <td class="feather" width="167px"  >
+          <td class="feather" >
             <xsl:variable name="x" select="document('navigation.xml', / )/project/body//menu/level" />
             <img>
               <xsl:attribute name="src"><xsl:value-of select="$x[position() = last()]" />resources/feather.jpg</xsl:attribute>

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org