From 3be88079b0c9717339b20e9e08693aac9944b830 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Sat, 12 May 2012 23:30:08 +0000 Subject: [PATCH] Add style for footnote rule. --- xsl/html/docbook.css.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xsl/html/docbook.css.xml b/xsl/html/docbook.css.xml index 9587979e4..f1509bfd8 100644 --- a/xsl/html/docbook.css.xml +++ b/xsl/html/docbook.css.xml @@ -101,4 +101,10 @@ div.synopsis { /* end of styles in verbatim.xsl */ /********************************/ + +/* footnote rule */ +hr.footnote-hr { + width: 100; +} + -- 2.40.0