Even out the padding for admonitions.
This commit is contained in:
parent
4e66fa149e
commit
12b6d61396
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47249
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ pre.programlisting {
|
||||||
|
|
||||||
.note, .tip, .important, .warning, .caution, .example, div.procedure {
|
.note, .tip, .important, .warning, .caution, .example, div.procedure {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 2ex 2ex 0 2ex;
|
padding: 2ex;
|
||||||
margin: .75em 3em .75em 1em;
|
margin: .75em 3em .75em 1em;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue