add bottom-margin to div-based notes

Change-Id: I4c74ab362b00bfb68093a975171f777e3fb5eef9
This commit is contained in:
Scott Main
2012-07-24 14:54:32 -07:00
parent 06cb5c73f3
commit 54d2a9b9ec

View File

@@ -2185,6 +2185,12 @@ p.table-caption {
color:#666; color:#666;
} }
div.note,
div.caution,
div.warning {
margin: 0 0 15px;
}
p.note, div.note, p.note, div.note,
p.caution, div.caution, p.caution, div.caution,
p.warning, div.warning { p.warning, div.warning {