From 3b8dc6b9595a3e2abfbc2d031c09635f28677c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Thu, 8 Apr 2010 00:50:57 +0200 Subject: Added changelog --- static/css/style.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'static') diff --git a/static/css/style.css b/static/css/style.css index caa829d..26973a7 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -31,12 +31,16 @@ h2 { font-size: 23px; } +h3 { + font-size: 18px; +} + p, ul, ol { text-align: justify; line-height: 20px; } -p + h2,h3,h4 { +p + h2, p + h3 { margin-top: 1.5em; } @@ -192,7 +196,7 @@ img.right { padding-bottom: 5px; } -.content h2,h3,h4 { +.content h2, .content h3 { margin-bottom: 0.5em; } @@ -210,7 +214,7 @@ img.right { margin: 0.5em 0.5em 2em 0.5em; } -.box h2 { +.box h2, .box h3 { margin-bottom: 15px; font-size: 16px; color: #FFFFFF; -- cgit v1.2.3