Add spacing after amboxes (whatever those are)

This commit is contained in:
Andrew Belt 2015-02-17 23:48:02 -05:00
parent e0ec0d99fb
commit 5c73584779

View File

@ -164,6 +164,10 @@ ul {
display: none;
}
table.ambox {
margin-bottom: 1em;
}
dl dd {
/* center definitions (most useful for display equations) */
text-align: center;