am 42950013: am 54d2a9b9: add bottom-margin to div-based notes
* commit '42950013b7b80a085443d99c1676912f1398b752': add bottom-margin to div-based notes
This commit is contained in:
commit
5096823405
|
@ -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 New Issue