From aeb1a52465f4fb8c68295f44407429ba92887b9c Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sat, 19 Feb 2011 20:30:01 +0100 Subject: css --- static/css/screen.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/css/screen.css b/static/css/screen.css index 0ac196f..d0320df 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: 3.5em 1.1em 2.5em 1.1em; + margin: 3em auto 2em auto; line-height: 1.5em; -webkit-box-shadow: 0px 0px 10px #262526; -moz-box-shadow: 0px 0px 10px #262526; box-shadow: 0px 0px 10px #262526; } @@ -135,6 +135,10 @@ ul.posts span { border: 0; } +#post { + margin: .5em 1.1em .5em 1.1em; +} + #post pre { border: 1px solid #ddd; background-color: #eef; -- cgit v1.2.3