From e3946dc554c76b6c99979731482030269e00bcc8 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Thu, 11 Feb 2010 10:39:59 +0100 Subject: bigger fonts --- default.css | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) (limited to 'default.css') diff --git a/default.css b/default.css index 3d50a4c..dc658b5 100644 --- a/default.css +++ b/default.css @@ -142,7 +142,6 @@ td { padding-right: 3px; padding-bottom: 1px; padding-top: 1px; - font-size:0.8em; } tr#add_participant{ @@ -168,7 +167,6 @@ td.polls { th { font-weight: normal; - font-size:0.8em; padding-left: 3px; padding-right: 3px; background-color: #EEE; @@ -178,12 +176,10 @@ th { td.date { color:#ccc; text-align: left; - font-size:0.8em; } html { background: #EEE; - color: #000; font-family: Arial, Helvetica, sans-serif, serif, monospace, cursive, fantasy; } #main{ @@ -219,10 +215,11 @@ html { max-width: 20em; } .hint{ - font-size:0.9em; + font-size:85%; } div#tabs{ + font-size:80%; min-width:65em; } @@ -230,10 +227,6 @@ div#tabs ul{ margin-top: 2em; } -div#tabs ul, p#history{ - font-size: 0.8em; -} - div#tabs ul{ margin-left: 0em; margin-bottom: 0em; @@ -282,20 +275,12 @@ pre#configwarning { color: red; } -h1, h2, h3 { - color:#000; - margin-bottom:.5ex; -} h1{ text-align:center; - font-size:1.8em; } -h2 { - font-size:1.6em; -} -h3 { - font-size:1.3em; +h3{ + margin-bottom: 0.1em; } .comment { @@ -313,5 +298,4 @@ form#ac_participant, form#ac, form#ac_admin{ div#languageChooser{ margin-top: 2em; text-align: center; - font-size: 80%; } -- cgit v1.2.3