From: Jirka Kosek Date: Thu, 22 Sep 2011 22:04:30 +0000 (+0000) Subject: Minor cleanup, added extensibility hook, some styling moved into CSS for easier custo... X-Git-Tag: release/1.79.1~6^2~682 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08d91e7ee237db3a8dad579c7bf0cdb77dd42e58;p=docbook-dsssl Minor cleanup, added extensibility hook, some styling moved into CSS for easier customization --- diff --git a/xsl/webhelp/template/common/css/positioning.css b/xsl/webhelp/template/common/css/positioning.css index 406dfecef..0d313f362 100644 --- a/xsl/webhelp/template/common/css/positioning.css +++ b/xsl/webhelp/template/common/css/positioning.css @@ -131,6 +131,7 @@ p.breadcrumbs { padding-left: 10px; right: 0px; top: 37px; + text-align: right; } #content h1, #content h2 { color: black; } diff --git a/xsl/webhelp/xsl/webhelp.xsl b/xsl/webhelp/xsl/webhelp.xsl index 81f60931e..8298f623a 100644 --- a/xsl/webhelp/xsl/webhelp.xsl +++ b/xsl/webhelp/xsl/webhelp.xsl @@ -3,7 +3,8 @@ xmlns:exsl="http://exslt.org/common" xmlns:ng="http://docbook.org/docbook-ng" xmlns:db="http://docbook.org/ns/docbook" - version="1.0" xmlns="http://www.w3.org/1999/xhtml"> + version="1.0" xmlns="http://www.w3.org/1999/xhtml" + exclude-result-prefixes="exsl ng db"> @@ -149,12 +150,14 @@ These problems go away when you add this IE=7 mode meta tag. --> + + + - -