[yelp-xsl] common/html.xsl: Fix note icon craziness with nested inner divs



commit 2a2a2e60ff3331939cce863a3e1c998d80d517d4
Author: Shaun McCance <shaunm gnome org>
Date:   Sun Mar 20 12:26:53 2011 -0400

    common/html.xsl: Fix note icon craziness with nested inner divs

 xslt/common/html.xsl |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/xslt/common/html.xsl b/xslt/common/html.xsl
index 180cc1f..064ad88 100644
--- a/xslt/common/html.xsl
+++ b/xslt/common/html.xsl
@@ -840,15 +840,15 @@ div.note > div.inner {
   background-repeat: no-repeat;
   min-height: </xsl:text><xsl:value-of select="$icons.size.note"/><xsl:text>px;
 }
-div.note-advanced div.inner { <!-- background-image: url("</xsl:text>
+div.note-advanced > div.inner { <!-- background-image: url("</xsl:text>
   <xsl:value-of select="$icons.note.advanced"/><xsl:text>"); --> }
-div.note-bug div.inner { background-image: url("</xsl:text>
+div.note-bug > div.inner { background-image: url("</xsl:text>
   <xsl:value-of select="$icons.note.bug"/><xsl:text>"); }
-div.note-important div.inner { background-image: url("</xsl:text>
+div.note-important > div.inner { background-image: url("</xsl:text>
   <xsl:value-of select="$icons.note.important"/><xsl:text>"); }
-div.note-tip div.inner { background-image: url("</xsl:text>
+div.note-tip > div.inner { background-image: url("</xsl:text>
   <xsl:value-of select="$icons.note.tip"/><xsl:text>"); }
-div.note-warning div.inner { background-image: url("</xsl:text>
+div.note-warning > div.inner { background-image: url("</xsl:text>
   <xsl:value-of select="$icons.note.warning"/><xsl:text>"); }
 div.note-sidebar {
   float: </xsl:text><xsl:value-of select="$right"/><xsl:text>;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]