From ecd76805e8ac5d109ae2b2e9165b6c81fbb80fad Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Sun, 23 Jun 2013 20:28:38 +0000 Subject: [PATCH] - Example has a title not just a label so the content can start in the second line. This fixes some rendering issues in the fdp-primer. [1] Reported by: wblock [1] --- share/misc/docbook.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/misc/docbook.css b/share/misc/docbook.css index ced9431217..e3a824ca03 100644 --- a/share/misc/docbook.css +++ b/share/misc/docbook.css @@ -321,7 +321,7 @@ div.programlisting { margin-right: 0; } -.note p, .tip p, .important p, .warning p, .caution p, .example p { +.note p, .tip p, .important p, .warning p, .caution p, { display: inline; }