From 3f6946cfd7021dccdc3c2787442d20c168c197d1 Mon Sep 17 00:00:00 2001 From: Peter Jentsch Date: Thu, 29 Nov 2012 21:53:24 +0100 Subject: fix fdo#57641 table alignment broken in XHTML export Change-Id: Ibbb88c1ecaaac14866145753e383609db2a3dd1a --- .../odf2xhtml/export/common/styles/style_mapping_css.xsl | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'filter/source') diff --git a/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl b/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl index b7573fe1bae6..986dd3d5d877 100644 --- a/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl +++ b/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl @@ -297,9 +297,17 @@ - margin-left:0px; margin-right:auto; + margin-left:0px; + margin-right:auto; - margin-left:auto; margin-right: 0px; + margin-left:auto + + ; margin-right: 0px; + + + + margin-left:auto;margin-right:auto; + float:none; -- cgit