From 59410c172a32f0c397aab3bebaa5b6090fd9bdc7 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sat, 19 Feb 2011 20:43:12 +0100 Subject: fix layout for static pages --- static/css/screen.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'static/css') diff --git a/static/css/screen.css b/static/css/screen.css index 687dd65..dcac754 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -131,7 +131,7 @@ ul.posts span { border: 0; } -#post { +#post #page { margin: .5em 1.1em .5em 1.1em; } @@ -185,6 +185,16 @@ ul.posts span { margin-top: 2em; } +#page h2 { + border-bottom: 1px solid #ededed; + margin-top: 2em; +} + +#page h3 { + border-bottom: 1px solid #ededed; + margin-top: 2em; +} + #post_title { text-align: left; padding-bottom: .1em; -- cgit v1.2.3