diff --git a/themes/default/style.css b/themes/default/style.css index ddacd4af..c762c2bc 100644 --- a/themes/default/style.css +++ b/themes/default/style.css @@ -120,7 +120,6 @@ UL { overflow: hidden; } .comment { - margin-bottom: 16px; text-align: left; } diff --git a/themes/old_default/style.css b/themes/old_default/style.css index e72b2456..76bf02e9 100644 --- a/themes/old_default/style.css +++ b/themes/old_default/style.css @@ -154,6 +154,7 @@ UL { } .comment { + margin-bottom: 16px; text-align: left; }