summaryrefslogtreecommitdiff
path: root/xslt/mallard/html/mal2html-page.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xslt/mallard/html/mal2html-page.xsl')
-rw-r--r--xslt/mallard/html/mal2html-page.xsl2
1 files changed, 2 insertions, 0 deletions
diff --git a/xslt/mallard/html/mal2html-page.xsl b/xslt/mallard/html/mal2html-page.xsl
index c2a01e7e..8d041221 100644
--- a/xslt/mallard/html/mal2html-page.xsl
+++ b/xslt/mallard/html/mal2html-page.xsl
@@ -1438,6 +1438,8 @@ span.hi.hi-del {
<xsl:value-of select="$color.bg.red"/><xsl:text>;
text-decoration: line-through;
}
+span.hi.hi-ins ins { text-decoration: none; }
+span.hi.hi-del del { text-decoration: none; }
span.hi.hi-red { background-color: </xsl:text>
<xsl:value-of select="$color.bg.red"/><xsl:text>; }
span.hi.hi-orange { background-color: </xsl:text>