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 { } .gccwarn { - color: #ff4040; + background-color: #ffff00; } .gccerror { - color: #ff0000; + background-color: #ff8080; } -.changetable, .bugs, .dailymod { +.changetable, .bugs, .dailymod, .buildstatus { border: outset 2px #ffffff; } +.listtable tr { + vertical-align: top; +} + .changetable td, .bugs td { background-color: #c6d6f5; padding: 4px;