- Reduce bottom padding in admonition boxes

Reported by:	wblock
This commit is contained in:
Gabor Kovesdan 2014-01-22 11:16:07 +00:00
parent 26483d1c82
commit 75d5254c5a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43627

View file

@ -280,7 +280,7 @@ pre.programlisting {
.note, .tip, .important, .warning, .caution, .example, div.procedure {
border-radius: 6px;
padding: 2ex 2ex;
padding: 2ex 2ex 0 2ex;
margin: .75em 3em .75em 1em;
line-height: 1.3;
}