From 08d91e7ee237db3a8dad579c7bf0cdb77dd42e58 Mon Sep 17 00:00:00 2001 From: Jirka Kosek Date: Thu, 22 Sep 2011 22:04:30 +0000 Subject: [PATCH] Minor cleanup, added extensibility hook, some styling moved into CSS for easier customization --- xsl/webhelp/template/common/css/positioning.css | 1 + xsl/webhelp/xsl/webhelp.xsl | 12 +++++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) 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. --> + + + - -