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:
Scott Main 2012-07-24 22:05:48 -07:00 committed by Android Git Automerger
commit 5096823405
1 changed files with 6 additions and 0 deletions

View File

@ -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 {