From e4fd9035eb781dd4a48b6d2166c20ea73a81e8d2 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Fri, 13 Jan 2012 17:53:36 +0000 Subject: [PATCH] Webhelp: Don't put borders around qandaset list --- xsl/webhelp/template/common/css/positioning.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.40.0