From 08c45ef7f1acf1e2dd57cde03ae61de9de5ea7a5 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 14 Nov 2007 23:33:45 +0000 Subject: [PATCH] - user web: change stylesheet so that when showing item/value pairs in table, don't bolden values svn path=/trunk/boinc/; revision=14208 --- checkin_notes | 7 +++++++ html/user/white.css | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 3320c231ee..0467f30857 100644 --- a/checkin_notes +++ b/checkin_notes @@ -10953,3 +10953,10 @@ David 15 Nov 2007 html/user/ forum_index.php edit_forum_preferences_form.php + +David 15 Nov 2007 + - user web: change stylesheet so that when showing + item/value pairs in table, don't bolden values + + html/user/ + white.css diff --git a/html/user/white.css b/html/user/white.css index 2b2d052901..f3a66db03a 100644 --- a/html/user/white.css +++ b/html/user/white.css @@ -52,7 +52,7 @@ td.fieldname { td.fieldvalue { vertical-align: top; - font-weight: bold; +#font-weight: bold; } td.fieldname_error {