From: David Cramer Date: Fri, 13 Jan 2012 17:53:36 +0000 (+0000) Subject: Webhelp: Don't put borders around qandaset list X-Git-Tag: release/1.79.1~6^2~581 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4fd9035eb781dd4a48b6d2166c20ea73a81e8d2;p=docbook-dsssl Webhelp: Don't put borders around qandaset list --- diff --git a/xsl/webhelp/template/common/css/positioning.css b/xsl/webhelp/template/common/css/positioning.css index 015eafc50..54d41f08f 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 .calloutlist table, #content .calloutlist table td, #content .navfooter table, #content .navfooter table td { +#content .qandaset>table, #content .qandaset>table td, #content .calloutlist table, #content .calloutlist table td, #content .navfooter table, #content .navfooter table td { border: 0px solid; }