From: David Cramer Date: Fri, 13 Jan 2012 15:52:30 +0000 (+0000) Subject: Webhelp: Remove border around table used to format callout list X-Git-Tag: release/1.79.1~6^2~587 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab7a30958853df58368928e048d2f98601a85d12;p=docbook-dsssl Webhelp: Remove border around table used to format callout list --- diff --git a/xsl/webhelp/template/common/css/positioning.css b/xsl/webhelp/template/common/css/positioning.css index a787dfbd6..015eafc50 100644 --- a/xsl/webhelp/template/common/css/positioning.css +++ b/xsl/webhelp/template/common/css/positioning.css @@ -351,6 +351,6 @@ div.note *, div.caution *, div.important *, div.tip *, div.warning * { *[align = 'center']{ text-align: center;} -#content .navfooter table, #content .navfooter table td { +#content .calloutlist table, #content .calloutlist table td, #content .navfooter table, #content .navfooter table td { border: 0px solid; }