[yelp-xsl] Remove the code watermark image



commit 9e0be420c2b70572e635ad131b9e6a70bb97fb49
Author: Shaun McCance <shaunm gnome org>
Date:   Sun Feb 2 14:18:20 2014 -0500

    Remove the code watermark image
    
    It wasn't being used by yelp or yelp-tools anyway.

 configure.ac                                  |    1 -
 icons/hicolor/Makefile.am                     |    2 +-
 icons/hicolor/watermarks/Makefile.am          |    8 --
 icons/hicolor/watermarks/yelp-code-python.png |  Bin 12188 -> 0 bytes
 icons/hicolor/watermarks/yelp-code-python.svg |  100 -------------------------
 icons/hicolor/watermarks/yelp-code.png        |  Bin 19526 -> 0 bytes
 xslt/common/html.xsl                          |    3 -
 xslt/common/icons.xsl                         |   25 ------
 8 files changed, 1 insertions(+), 138 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3ce82b4..a44d274 100644
--- a/configure.ac
+++ b/configure.ac
@@ -63,7 +63,6 @@ icons/hicolor/48x48/Makefile
 icons/hicolor/48x48/status/Makefile
 icons/hicolor/scalable/Makefile
 icons/hicolor/scalable/status/Makefile
-icons/hicolor/watermarks/Makefile
 js/Makefile
 doc/Makefile
 doc/yelp-xsl/Makefile
diff --git a/icons/hicolor/Makefile.am b/icons/hicolor/Makefile.am
index 0ba2023..4c09510 100644
--- a/icons/hicolor/Makefile.am
+++ b/icons/hicolor/Makefile.am
@@ -1 +1 @@
-SUBDIRS = 24x24 48x48 scalable watermarks
+SUBDIRS = 24x24 48x48 scalable
diff --git a/xslt/common/html.xsl b/xslt/common/html.xsl
index 99f7823..a919ecd 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 c42b11d..983e9ee 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>


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