From 0b4b9ca81d3929bb1b7853eb65f57aeab2219fa9 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Fri, 13 Jan 2012 14:55:38 +0000 Subject: [PATCH] Webhelp: Turn on navfooter and fix related css --- xsl/webhelp/template/common/css/positioning.css | 4 ++++ xsl/webhelp/xsl/webhelp.xsl | 9 +++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/xsl/webhelp/template/common/css/positioning.css b/xsl/webhelp/template/common/css/positioning.css index 167110350..a787dfbd6 100644 --- a/xsl/webhelp/template/common/css/positioning.css +++ b/xsl/webhelp/template/common/css/positioning.css @@ -350,3 +350,7 @@ div.note *, div.caution *, div.important *, div.tip *, div.warning * { #content table {margin-bottom: 20px;} *[align = 'center']{ text-align: center;} + +#content .navfooter table, #content .navfooter table td { + border: 0px solid; +} diff --git a/xsl/webhelp/xsl/webhelp.xsl b/xsl/webhelp/xsl/webhelp.xsl index 40e40115b..0f25ac2cb 100644 --- a/xsl/webhelp/xsl/webhelp.xsl +++ b/xsl/webhelp/xsl/webhelp.xsl @@ -73,7 +73,7 @@ - 1 + 0 images/callouts/ 1 @@ -552,15 +552,12 @@ border: none; background: none; font-weight: none; color: none; } -
- - - +
-- 2.50.1