Revision
277
Author
pterjan
Date
2011-01-13 12:12:27 +0100 (Thu, 13 Jan 2011)

Log Message

Lighter background for partial

Modified Paths

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; }