From 12bcd3de36d12705ec6a4177ab50889ee099442b Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 14 Jun 2021 19:02:48 +0000 Subject: margin should be changed on all elements in a post, not just direct children (this only affects

in a

i think) --- apioforum/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apioforum/static/style.css b/apioforum/static/style.css index 141cb2e..cc37662 100644 --- a/apioforum/static/style.css +++ b/apioforum/static/style.css @@ -21,7 +21,7 @@ body { font-family: sans-serif } font-size: smaller; } .post-heading-em { font-weight: bold; } -.post-content > * { margin-bottom: 8px; margin-top: 8px; } +.post-content * { margin-bottom: 8px; margin-top: 8px; } .post-content > *:first-child { margin-top: 2px } .post-content > *:last-child { margin-bottom: 0} .post-content { padding: 4px } @@ -152,4 +152,4 @@ blockquote { .search-form { display: inline-block; -} \ No newline at end of file +} -- cgit v1.2.3