From b3f6024a47e64a867a186d66cec36c63da5b64b3 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sat, 19 Feb 2011 20:25:22 +0100 Subject: try different margin --- static/css/screen.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/css/screen.css b/static/css/screen.css index e4d6645..0ac196f 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -74,7 +74,7 @@ ul.posts span { font-size: 110%; text-align: justify; width: 50em; - margin: 3em auto 2em auto; + margin: 3.5em 1.1em 2.5em 1.1em; line-height: 1.5em; -webkit-box-shadow: 0px 0px 10px #262526; -moz-box-shadow: 0px 0px 10px #262526; box-shadow: 0px 0px 10px #262526; } @@ -176,7 +176,7 @@ ul.posts span { } #post_title { - margin: .5em 1.1em .5em 1.1em; + text-align: left; padding-bottom: .1em; letter-spacing: 2px; -- cgit v1.2.3