From 12b6d61396f1e5cec3e272676ef0a7806b0ffccc Mon Sep 17 00:00:00 2001 From: Warren Block Date: Sun, 16 Aug 2015 22:40:01 +0000 Subject: [PATCH] Even out the padding for admonitions. --- 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 b68f5b3d5b..cc4bf1551e 100644 --- a/share/misc/docbook.css +++ b/share/misc/docbook.css @@ -312,7 +312,7 @@ pre.programlisting { .note, .tip, .important, .warning, .caution, .example, div.procedure { border-radius: 4px; - padding: 2ex 2ex 0 2ex; + padding: 2ex; margin: .75em 3em .75em 1em; line-height: 1.3; }