From 46b4eb8b0e9325f8c29cd391baf9504bccee1837 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Thu, 10 Aug 2017 17:35:19 +0200 Subject: tdf#111492 Honor ODF 1.2 style tab indentation in XHTML export Change-Id: I9db61ed54b59b142d5198ec977044f7f52ba6b4d Reviewed-on: https://gerrit.libreoffice.org/40981 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- filter/source/xslt/odf2xhtml/export/xhtml/body.xsl | 30 +++++----------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl index d638f6294ad9..124411bfa639 100644 --- a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl +++ b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl @@ -1273,32 +1273,16 @@ - - - + + - + + - - margin-right: - - - - cm; - - - display:block;float: - - - - ; - min-width: - - - - cm; - + margin-right:0.64cm; -- cgit v1.2.3