]> granicus.if.org Git - docbook-dsssl/commitdiff
Webhelp: Don't put borders around qandaset list
authorDavid Cramer <david@thingbag.net>
Fri, 13 Jan 2012 17:53:36 +0000 (17:53 +0000)
committerDavid Cramer <david@thingbag.net>
Fri, 13 Jan 2012 17:53:36 +0000 (17:53 +0000)
xsl/webhelp/template/common/css/positioning.css

index 015eafc504e921cc7e3d32add13eaf8b9aad9e49..54d41f08f58a1bddd146af633acf813b07bf5d08 100644 (file)
@@ -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;
 }