am 54d2a9b9: add bottom-margin to div-based notes

* commit '54d2a9b9ec90d3e4697f7915a183d8cfcc7e20b0':
  add bottom-margin to div-based notes
This commit is contained in:
Scott Main 2012-07-24 22:01:18 -07:00 committed by Android Git Automerger
commit 42950013b7

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 {