summaryrefslogtreecommitdiff
path: root/xslt
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2014-02-02 14:18:20 -0500
committerShaun McCance <shaunm@gnome.org>2014-02-02 14:18:20 -0500
commit9e0be420c2b70572e635ad131b9e6a70bb97fb49 (patch)
treee9337bf98eb3c88f74d2b83bca33298150eeec50 /xslt
parent01899300c81b9805c9483ea429a1b37af5dbf221 (diff)
downloadyelp-xsl-9e0be420c2b70572e635ad131b9e6a70bb97fb49.tar.gz
Remove the code watermark image
It wasn't being used by yelp or yelp-tools anyway.
Diffstat (limited to 'xslt')
-rw-r--r--xslt/common/html.xsl3
-rw-r--r--xslt/common/icons.xsl25
2 files changed, 0 insertions, 28 deletions
diff --git a/xslt/common/html.xsl b/xslt/common/html.xsl
index 99f78231..a919ecdd 100644
--- a/xslt/common/html.xsl
+++ b/xslt/common/html.xsl
@@ -1043,9 +1043,6 @@ pre.numbered {
<xsl:value-of select="$color.yellow_background"/><xsl:text>;
}
div.code {
- background: url('</xsl:text>
- <xsl:value-of select="$icons.code"/><xsl:text>') no-repeat top </xsl:text>
- <xsl:value-of select="$right"/><xsl:text>;
border: solid 1px </xsl:text>
<xsl:value-of select="$color.gray_border"/><xsl:text>;
}
diff --git a/xslt/common/icons.xsl b/xslt/common/icons.xsl
index c42b11d3..983e9eef 100644
--- a/xslt/common/icons.xsl
+++ b/xslt/common/icons.xsl
@@ -125,29 +125,4 @@ This parameters still affects the size of that character.
<xsl:param name="icons.size.quote" select="48"/>
-<!--@@==========================================================================
-icons.size.code
-The size of the code icons.
-:Revision:version="1.0" date="2010-05-03" status="final"
-
-This parameter specifies the size of the code icons. Use an integer giving
-the width of the image files in pixels. Icons are assumed to be square, and
-all code icons are assumed to have the same size.
--->
-<xsl:param name="icons.size.quote" select="128"/>
-
-
-<!--@@==========================================================================
-icons.code
-The URL for the block code watermark.
-:Revision:version="1.0" date="2010-05-03" status="final"
-
-This parameter specifies the URL for the watermark for code blocks.
--->
-<xsl:param name="icons.code">
- <xsl:value-of select="$icons.base_url"/>
- <xsl:text>yelp-code.png</xsl:text>
-</xsl:param>
-
-
</xsl:stylesheet>