commit 5c735847793e40b65497fc979692c5170ffc94bc parent e0ec0d99fb8bd8a7f6f52daf2786ba882733f3d9 Author: Andrew Belt <andrewpbelt@gmail.com> Date: Tue, 17 Feb 2015 23:48:02 -0500 Add spacing after amboxes (whatever those are) Diffstat:
| M | style.css | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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;