From: Bob Stayton Date: Tue, 11 Nov 2014 17:36:27 +0000 (+0000) Subject: Add px units to some attributes in X-Git-Tag: release/1.79.1~6^2~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c85d9c54abb845c96282b18673013f578ff42e9d;p=docbook-dsssl Add px units to some attributes in convert.to.styles template for CSS compatibility. --- 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 ;