Modified: build_system/web/index.php =================================================================== --- build_system/web/index.php 2011-01-13 00:47:56 UTC (rev 276) +++ build_system/web/index.php 2011-01-13 11:12:27 UTC (rev 277) @@ -84,7 +84,7 @@ tr.failure, tr.rejected { background: #ffdddd; } tr.todo { background: white; } tr.building { background: #ffffdd; } -tr.partial { background: blue; } +tr.partial { background: #aaaaff; } tr.built { background: #00CCFF; } tr.youri { background: olive; }