Added green look to answered Q&A questions.

svn path=/trunk/boinc/; revision=14115
This commit is contained in:
Janus B. Kristensen 2007-11-07 21:57:14 +00:00
parent cd9538589a
commit 2a6f6d0a30
1 changed files with 8 additions and 0 deletions

View File

@ -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;