Even out the padding for admonitions.

This commit is contained in:
Warren Block 2015-08-16 22:40:01 +00:00
parent 4e66fa149e
commit 12b6d61396
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47249

View file

@ -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;
}