diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-03-05 17:52:58 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-03-05 17:52:58 +0000 |
commit | 7e5d69fcbf652e7bfe6880f1c225f7a1b0255f2a (patch) | |
tree | 11e965545a2584d1b9792ca58bf371030fd5ae6e /index.php | |
parent | dbbb1feebd74e38c0075911795e285c7b0864bc0 (diff) | |
download | pkgsubmit-7e5d69fcbf652e7bfe6880f1c225f7a1b0255f2a.tar pkgsubmit-7e5d69fcbf652e7bfe6880f1c225f7a1b0255f2a.tar.gz pkgsubmit-7e5d69fcbf652e7bfe6880f1c225f7a1b0255f2a.tar.bz2 pkgsubmit-7e5d69fcbf652e7bfe6880f1c225f7a1b0255f2a.tar.xz pkgsubmit-7e5d69fcbf652e7bfe6880f1c225f7a1b0255f2a.zip |
restore previous failure bg color
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |