- Reduce bottom padding in admonition boxes
Reported by: wblock
This commit is contained in:
parent
26483d1c82
commit
75d5254c5a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43627
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue