From 4d95fd3bfaea0945d32b64700dfc876da67e9fc5 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Tue, 26 Jan 2010 09:57:22 +0100 Subject: bugfix: bold font has not all characters --- default.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'default.css') diff --git a/default.css b/default.css index 4198efb..7b01c98 100644 --- a/default.css +++ b/default.css @@ -134,7 +134,6 @@ td { padding-bottom: 1px; padding-top: 1px; font-size:0.8em; - font-weight:bold; } tr#add_participant{ @@ -161,6 +160,7 @@ td.polls { } th { + font-weight: normal; font-size:0.8em; padding-left: 3px; padding-right: 3px; @@ -172,14 +172,12 @@ td.date { color:#ccc; text-align: left; font-size:0.8em; - font-weight:bold; - font-family: Arial, Helvetica, sans-serif; } html { background: #EEE; color: #000; - font-family: Arial, Helvetica, sans-serif; + font-family: Arial, Helvetica, sans-serif, serif, monospace, cursive, fantasy; } #main{ margin-left: auto; @@ -227,7 +225,6 @@ div#tabs ul{ div#tabs ul, p#history{ font-size: 0.8em; - font-weight:bold; } div#tabs ul{ @@ -279,7 +276,6 @@ pre#configwarning { } h1, h2, h3 { - font-weight:bold; color:#000; margin-bottom:.5ex; } -- cgit v1.2.3