From 41f2156b2bd19b9a5e47b466891eb848fe873b23 Mon Sep 17 00:00:00 2001 From: 8n-tech <8n-tech@users.noreply.github.com> Date: Mon, 20 Apr 2015 01:25:47 +1000 Subject: [PATCH] Fixed paragraph margins in OP. --- stylesheets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index a19d35d3..c77bfd0f 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -363,7 +363,7 @@ p.intro a { color: maroon; } -div.post.reply p { +div.post p { display: block; margin: 0; @@ -372,7 +372,7 @@ div.post.reply p { min-height: 1.16em; } -div.post.reply div.body { +div.post div.body { margin-left: 1.8em; margin-top: 0.8em; padding-right: 3em;