From 428ca93fb9a84429c00b7a0f962636d1a5169258 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 28 Dec 2016 12:00:00 -0500 Subject: [PATCH] Respect make.clean.html in step/title Elsewhere, make.clean.html wraps content in a
or rather than using directly. But this was not done for step/title, so add that. --- xsl/epub3/docbook-epub.css.xml | 10 ++++++++++ xsl/html/docbook.css.xml | 10 ++++++++++ xsl/html/lists.xsl | 15 ++++++++++++--- xsl/xhtml5/docbook.css.xml | 10 ++++++++++ 4 files changed, 42 insertions(+), 3 deletions(-) diff --git a/xsl/epub3/docbook-epub.css.xml b/xsl/epub3/docbook-epub.css.xml index 9f28011cd..be966b107 100644 --- a/xsl/epub3/docbook-epub.css.xml +++ b/xsl/epub3/docbook-epub.css.xml @@ -94,6 +94,16 @@ div.sidebar-title { /* end of styles in formal.xsl */ /********************************/ +/********************************/ +/* start of styles in lists.xsl */ + +.step-title { + font-weight: bold; +} + +/* end of styles in lists.xsl */ +/********************************/ + /********************************/ /* start of styles in verbatim.xsl */ diff --git a/xsl/html/docbook.css.xml b/xsl/html/docbook.css.xml index f1509bfd8..444101b1d 100644 --- a/xsl/html/docbook.css.xml +++ b/xsl/html/docbook.css.xml @@ -81,6 +81,16 @@ div.sidebar-title { /* end of styles in formal.xsl */ /********************************/ +/********************************/ +/* start of styles in lists.xsl */ + +.step-title { + font-weight: bold; +} + +/* end of styles in lists.xsl */ +/********************************/ + /********************************/ /* start of styles in verbatim.xsl */ diff --git a/xsl/html/lists.xsl b/xsl/html/lists.xsl index 4ab83f346..d5e67e0e9 100644 --- a/xsl/html/lists.xsl +++ b/xsl/html/lists.xsl @@ -915,9 +915,18 @@

- - - + + + + + + + + + + + +

diff --git a/xsl/xhtml5/docbook.css.xml b/xsl/xhtml5/docbook.css.xml index 9587979e4..3bf1b9a8a 100644 --- a/xsl/xhtml5/docbook.css.xml +++ b/xsl/xhtml5/docbook.css.xml @@ -81,6 +81,16 @@ div.sidebar-title { /* end of styles in formal.xsl */ /********************************/ +/********************************/ +/* start of styles in lists.xsl */ + +.step-title { + font-weight: bold; +} + +/* end of styles in lists.xsl */ +/********************************/ + /********************************/ /* start of styles in verbatim.xsl */ -- 2.40.0