diff options
-rw-r--r-- | apioforum/static/style.css | 4 |
1 files 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 +} |