From 21fa494c0a5a2b7ecabdf0ceac08e1a9b27aae6b Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 10 Feb 2010 15:56:21 +0200 Subject: [PATCH] style tweaks --- source/site/stylesheets/master.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/site/stylesheets/master.css b/source/site/stylesheets/master.css index e10a7f0..afcbeff 100644 --- a/source/site/stylesheets/master.css +++ b/source/site/stylesheets/master.css @@ -502,13 +502,16 @@ blockquote { .post-content { } + .post-content p { + text-align: justify; + } /* @group .post-meta */ .post-meta { float: left; width: 40px; - margin-top: -5px; + margin-top: 2px; margin-left: -50px; border-right: 1px solid #E6E6E6; }