From 7e5d69fcbf652e7bfe6880f1c225f7a1b0255f2a Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Mon, 5 Mar 2012 17:52:58 +0000 Subject: restore previous failure bg color --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index ea9c3d8..b237fbd 100644 --- a/index.php +++ b/index.php @@ -285,7 +285,7 @@ header(sprintf('X-BS-Buildtime-Average: %5.2f', $buildtime_avg)); tr { background: transparent; } tr.uploaded { background: #bbffbb; } - tr.failure { background: #cc8888; } + tr.failure { background: #ffbbbb; } tr.rejected { background: #B68A8A; } tr.todo { background: white; } tr.building { background: #ffff99; } -- cgit v1.2.1