From 71de9f81bda529b3159ca274d60da579dc56681f Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Tue, 4 Dec 2001 19:10:13 +0000 Subject: [PATCH] Feature #454323: customizable font in admonitions --- xsl/fo/admon.xsl | 17 +++++++---------- xsl/params/admonition.properties.xml | 16 ++++++++++++++++ 2 files changed, 23 insertions(+), 10 deletions(-) create mode 100644 xsl/params/admonition.properties.xml diff --git a/xsl/fo/admon.xsl b/xsl/fo/admon.xsl index 6280ff8a5..064051d26 100644 --- a/xsl/fo/admon.xsl +++ b/xsl/fo/admon.xsl @@ -65,14 +65,14 @@ - + - + @@ -93,11 +93,14 @@ start-indent="0.25in" end-indent="0.25in" id="{$id}"> - + - + + + @@ -107,10 +110,4 @@ - - - - - - diff --git a/xsl/params/admonition.properties.xml b/xsl/params/admonition.properties.xml new file mode 100644 index 000000000..09e3c29f4 --- /dev/null +++ b/xsl/params/admonition.properties.xml @@ -0,0 +1,16 @@ + + +admonition.properties +To set the style for admonitions. + + + + + + +Description +How do you want admonitions styled? +Set the font-size, weight etc to the style required + + + -- 2.50.1