From c920bf759080159a323cc3bb58f275c020913223 Mon Sep 17 00:00:00 2001 From: Svante Schubert Date: Mon, 24 Aug 2020 12:39:00 +0200 Subject: 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 --- filter/source/xslt/odf2xhtml/export/xhtml/header.xsl | 5 ----- 1 file changed, 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 @@ li { list-style: none; margin:0; padding:0;} -/* "li span.odfLiEnd" - IE 7 issue*/ - - -li span { clear: both; line-height:0; width:0; height:0; margin:0; padding:0; } - span.footnodeNumber { padding-right:1em; } span.annotation_style_by_filter { font-size:95%; font-family:Arial; background-color:#fff000; margin:0; border:0; padding:0; } -- cgit