summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/style.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/www/style.css b/www/style.css
index 8bc9965091..e8ffd3099f 100644
--- a/www/style.css
+++ b/www/style.css
@@ -66,17 +66,21 @@ A {
66} 66}
67 67
68.gccwarn { 68.gccwarn {
69 color: #ff4040; 69 background-color: #ffff00;
70} 70}
71 71
72.gccerror { 72.gccerror {
73 color: #ff0000; 73 background-color: #ff8080;
74} 74}
75 75
76.changetable, .bugs, .dailymod { 76.changetable, .bugs, .dailymod, .buildstatus {
77 border: outset 2px #ffffff; 77 border: outset 2px #ffffff;
78} 78}
79 79
80.listtable tr {
81 vertical-align: top;
82}
83
80.changetable td, .bugs td { 84.changetable td, .bugs td {
81 background-color: #c6d6f5; 85 background-color: #c6d6f5;
82 padding: 4px; 86 padding: 4px;