summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/style.css3
1 files changed, 0 insertions, 3 deletions
diff --git a/www/style.css b/www/style.css
index 61075c3047..4fd0202210 100644
--- a/www/style.css
+++ b/www/style.css
@@ -66,17 +66,14 @@ A {
66 66
67.buildok { 67.buildok {
68 background-color: #00ff00; 68 background-color: #00ff00;
69 width: 3em;
70} 69}
71 70
72.buildwarn { 71.buildwarn {
73 background-color: #ffff00; 72 background-color: #ffff00;
74 width: 3em;
75} 73}
76 74
77.buildfail { 75.buildfail {
78 background-color: #ff8080; 76 background-color: #ff8080;
79 width: 3em;
80} 77}
81 78
82.gccwarn { 79.gccwarn {