[Libreoffice-commits] core.git: filter/source
Svante Schubert (via logerrit)
logerrit at kemper.freedesktop.org
Tue Mar 2 12:22:28 UTC 2021
filter/source/xslt/odf2xhtml/export/xhtml/header.xsl | 5 -----
1 file changed, 5 deletions(-)
New commits:
commit c920bf759080159a323cc3bb58f275c020913223
Author: Svante Schubert <svante.schubert at gmail.com>
AuthorDate: Mon Aug 24 12:39:00 2020 +0200
Commit: Michael Stahl <michael.stahl at allotropia.de>
CommitDate: Tue Mar 2 13:21:42 2021 +0100
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 at allotropia.de>
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; }
More information about the Libreoffice-commits
mailing list