From c85d9c54abb845c96282b18673013f578ff42e9d Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Tue, 11 Nov 2014 17:36:27 +0000 Subject: [PATCH] Add px units to some attributes in convert.to.styles template for CSS compatibility. --- xsl/xhtml5/html5-element-mods.xsl | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/xsl/xhtml5/html5-element-mods.xsl b/xsl/xhtml5/html5-element-mods.xsl index f3cb2d128..b9a89dc4f 100644 --- a/xsl/xhtml5/html5-element-mods.xsl +++ b/xsl/xhtml5/html5-element-mods.xsl @@ -344,14 +344,24 @@ + width: - + + + + px + ; - height - + + height: + + + + px + ; @@ -376,12 +386,14 @@ border-spacing: + px ; padding: + px ; -- 2.50.1