summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSvante Schubert <svante.schubert@gmail.com>2020-08-24 12:39:00 +0200
committerMichael Stahl <michael.stahl@allotropia.de>2021-03-02 13:21:42 +0100
commitc920bf759080159a323cc3bb58f275c020913223 (patch)
tree1c9bd7734e5f4c2ef0c5d5c0887f5949ad5aa79f
parenta973087c2380738b20d8fe2b91f9f534169714f0 (diff)
HTML XSLT: Removing old IE7 fix, which was enabled by fixing invalid CSS and corrupts layout these days
Change-Id: Ic5531439521a94be9dadabff7278f964472aa39f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111613 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/header.xsl5
1 files changed, 0 insertions, 5 deletions
diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
index 110b88aeff43..2bd07d8d29e4 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
@@ -105,11 +105,6 @@
</xsl:text>
<xsl:text>li { list-style: none; margin:0; padding:0;}
</xsl:text>
-<xsl:text>/* "li span.odfLiEnd" - IE 7 issue*/</xsl:text>
-<xsl:text>
- </xsl:text>
-<xsl:text>li span { clear: both; line-height:0; width:0; height:0; margin:0; padding:0; }
- </xsl:text>
<xsl:text>span.footnodeNumber { padding-right:1em; }
</xsl:text>
<xsl:text>span.annotation_style_by_filter { font-size:95%; font-family:Arial; background-color:#fff000; margin:0; border:0; padding:0; }