From 27f48d5c993150ecda99ecba2068aacd276d1c9b Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sat, 19 Feb 2011 20:35:53 +0100 Subject: still css --- static/css/screen.css | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'static/css') diff --git a/static/css/screen.css b/static/css/screen.css index d0320df..75a3673 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -20,16 +20,12 @@ li { h1, h2 { font-size: 120%; - margin-top: 1em; + margin: 1em 0em .5em 0em; } h3, h4, h5, h6 { font-size: 100%; - margin-top: 1em; -} - -h1 { - margin-bottom: 1em; + margin: 1em 0em .5em 0em; } p { @@ -179,8 +175,17 @@ ul.posts span { font-weight: normal; } -#post_title { +#post h2 { + border-bottom: 1px solid #ededed; + margin-top: 2em; +} + +#post h3 { + border-bottom: 1px solid #ededed; + margin-top: 2em; +} +#post_title { text-align: left; padding-bottom: .1em; letter-spacing: 2px; -- cgit v1.2.3