From 2304d3d8fa3524135d52c6883a2157c89e2b5408 Mon Sep 17 00:00:00 2001 From: jeff Date: Tue, 8 Sep 2015 22:30:41 -0400 Subject: [PATCH] css tweaks --- contrib/static/site.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/static/site.css b/contrib/static/site.css index 0160aeb..e67a67d 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -208,6 +208,10 @@ body { color: #d17600; } +.post_body > p { + margin: 0px 0px; +} + .post_body { display: inline; width: inherit;