From f8d86726986b69e7c190de94dba085b081e00e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 7 Apr 2010 03:08:54 +0200 Subject: Enhanced design --- static/css/style.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'static') diff --git a/static/css/style.css b/static/css/style.css index 614f473..45cf21e 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -32,9 +32,8 @@ h2 { } p, ul, ol { - margin: 0 0 2em 0; text-align: justify; - line-height: 26px; + line-height: 20px; } a:link { @@ -167,6 +166,10 @@ img.right { #logo p a:hover { text-decoration: underline; } +.hstart { + font: 18px Georgia, "Times New Roman", Times, serif; + color: #8BD80E; +} /* Page */ @@ -226,8 +229,8 @@ img.right { overflow: auto; } -p + .box, ul { - margin-top: -1.5em; +p + h2,h3,h4 { + margin-top: 1.5em; } /* Footer */ -- cgit v1.2.3