summaryrefslogtreecommitdiff
path: root/xhtml/highlight.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xhtml/highlight.xsl')
-rw-r--r--xhtml/highlight.xsl10
1 files changed, 4 insertions, 6 deletions
diff --git a/xhtml/highlight.xsl b/xhtml/highlight.xsl
index 222a055..f1d9eaa 100644
--- a/xhtml/highlight.xsl
+++ b/xhtml/highlight.xsl
@@ -3,7 +3,7 @@
<!--from the HTML stylesheets.-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xslthl="http://xslthl.sf.net" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="xslthl" version="1.0">
<!-- ********************************************************************
- $Id: highlight.xsl 8911 2010-09-28 17:02:06Z abdelazer $
+ $Id: highlight.xsl 9725 2013-02-28 14:49:03Z kosek $
********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
@@ -50,11 +50,9 @@
</span>
</xsl:template>
<xsl:template match="xslthl:html" mode="xslthl">
- <strong>
- <em style="color: red">
- <xsl:apply-templates mode="xslthl"/>
- </em>
- </strong>
+ <span class="hl-html" style="color: navy; font-weight: bold">
+ <xsl:apply-templates mode="xslthl"/>
+ </span>
</xsl:template>
<xsl:template match="xslthl:xslt" mode="xslthl">
<strong style="color: #0066FF">