]> granicus.if.org Git - docbook-dsssl/commitdiff
Webhelp: Remove border around table used to format callout list
authorDavid Cramer <david@thingbag.net>
Fri, 13 Jan 2012 15:52:30 +0000 (15:52 +0000)
committerDavid Cramer <david@thingbag.net>
Fri, 13 Jan 2012 15:52:30 +0000 (15:52 +0000)
xsl/webhelp/template/common/css/positioning.css

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