summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/style.css b/www/style.css
index 2c4a54f689..eaad1e3833 100644
--- a/www/style.css
+++ b/www/style.css
@@ -55,6 +55,11 @@ A {
55 width: 3em; 55 width: 3em;
56} 56}
57 57
58.buildwarn {
59 background-color: yellow;
60 width: 3em;
61}
62
58.buildfail { 63.buildfail {
59 background-color: #ff8080; 64 background-color: #ff8080;
60 width: 3em; 65 width: 3em;