From 2a6f6d0a30b7394c0563a0eb4573bbfcccdf62d2 Mon Sep 17 00:00:00 2001 From: "Janus B. Kristensen" Date: Wed, 7 Nov 2007 21:57:14 +0000 Subject: [PATCH] Added green look to answered Q&A questions. svn path=/trunk/boinc/; revision=14115 --- html/user/white.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/html/user/white.css b/html/user/white.css index 9916949b4a..2b2d052901 100644 --- a/html/user/white.css +++ b/html/user/white.css @@ -101,6 +101,14 @@ tr.row1 { text-align: left; } +tr.row_hd0 { + background-color: rgb(207,250,207); +} + +tr.row_hd1 { + background-color: rgb(222,250,222); +} + tr.subtitle { background-color: #eeeeee; font-weight: bold;