From 5c735847793e40b65497fc979692c5170ffc94bc Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 17 Feb 2015 23:48:02 -0500 Subject: [PATCH] Add spacing after amboxes (whatever those are) --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 74a7a99..9b3c2c7 100644 --- a/style.css +++ b/style.css @@ -164,6 +164,10 @@ ul { display: none; } +table.ambox { + margin-bottom: 1em; +} + dl dd { /* center definitions (most useful for display equations) */ text-align: center;