mirror of https://github.com/BOINC/boinc.git
Added green look to answered Q&A questions.
svn path=/trunk/boinc/; revision=14115
This commit is contained in:
parent
cd9538589a
commit
2a6f6d0a30
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue