From: Michael Smith Date: Tue, 17 Jul 2007 14:25:28 +0000 (+0000) Subject: Made a minor adjustment to spacing around admon output. X-Git-Tag: release/1.79.1~6^2~1933 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=871bfff110bc53b8d934273ae54ec99221ec65e0;p=docbook-dsssl Made a minor adjustment to spacing around admon output. --- diff --git a/xsl/docsrcx/reference.css b/xsl/docsrcx/reference.css index 6ef809a19..53982d0a8 100644 --- a/xsl/docsrcx/reference.css +++ b/xsl/docsrcx/reference.css @@ -14,6 +14,11 @@ div.note { padding: 5px; } +div.note p { + margin-top: 0px; + margin-bottom: 4px; +} + div.informalexample { background-color: #d5dee3; border-top-width: 2px;