summaryrefslogtreecommitdiffstats
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 {
width: 3em;
}
+.buildwarn {
+ background-color: yellow;
+ width: 3em;
+}
+
.buildfail {
background-color: #ff8080;
width: 3em;