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

svn commit: rev 20616 - in avalon/trunk/central/system/themes/avalon2/html: . resources/styles

Author: niclas
Date: Sat May 29 16:33:06 2004
New Revision: 20616

Modified:
   avalon/trunk/central/system/themes/avalon2/html/resources/styles/style.css
   avalon/trunk/central/system/themes/avalon2/html/transform.xsl
Log:
Changed so that IE doesn't freak on the border='none' attribute and instead use a class.

Modified: avalon/trunk/central/system/themes/avalon2/html/resources/styles/style.css
==============================================================================
--- avalon/trunk/central/system/themes/avalon2/html/resources/styles/style.css	(original)
+++ avalon/trunk/central/system/themes/avalon2/html/resources/styles/style.css	Sat May 29 16:33:06 2004
@@ -140,7 +140,7 @@
     border-bottom: 1px black solid;
 }
 
-div[border="none"]
+div.no-border
 {
     border: none;
 }

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	Sat May 29 16:33:06 2004
@@ -220,7 +220,7 @@
       <xsl:otherwise>
         <div class="menu">
           <xsl:if test="count( item ) = 0" >
-            <xsl:attribute name="border">none</xsl:attribute>
+            <xsl:attribute name="class">no-border</xsl:attribute>
             <span class="dummy" />
           </xsl:if>
           <xsl:apply-templates select="menu" >

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