From d1e2f034b9fb6d6e07f472bd5483c9122a3270da Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Tue, 1 Dec 2009 15:58:16 +0100 Subject: use h3 instead of fieldset --- default.css | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) (limited to 'default.css') diff --git a/default.css b/default.css index 3ae4147..53984ad 100644 --- a/default.css +++ b/default.css @@ -188,6 +188,11 @@ html { min-width: 55em; } +.textcolumn, .shorttextcolumn{ + text-align: justify; + line-height: 1.4em; +} + .textcolumn{ max-width: 45em; } @@ -260,28 +265,28 @@ pre#configwarning { color: red; } -h1 { - text-align:left; - font-size:1.4em; +h1, h2, h3 { font-weight:bold; color:#000; - margin-bottom:1em; + margin-bottom:.5ex; +} +h1{ + text-align:center; + font-size:1.8em; } h2 { - margin-top:1.5em; - text-align:left; - font-size:1.4em; - font-weight:bold; - color:#000; - margin-bottom:1em; + font-size:1.6em; +} +h3 { + font-size:1.3em; } -div.comment { - margin-top: 1ex; - line-height: 1.4em; +.comment { + margin-top: 1.5em; } + form#ac_participant, form#ac { background: #EEE; } -- cgit v1.2.3