am 54d2a9b9
: add bottom-margin to div-based notes
* commit '54d2a9b9ec90d3e4697f7915a183d8cfcc7e20b0': add bottom-margin to div-based notes
This commit is contained in:
commit
42950013b7
1 changed files with 6 additions and 0 deletions
|
@ -2185,6 +2185,12 @@ p.table-caption {
|
|||
color:#666;
|
||||
}
|
||||
|
||||
div.note,
|
||||
div.caution,
|
||||
div.warning {
|
||||
margin: 0 0 15px;
|
||||
}
|
||||
|
||||
p.note, div.note,
|
||||
p.caution, div.caution,
|
||||
p.warning, div.warning {
|
||||
|
|
Loading…
Reference in a new issue