buildbot: Add style for failed builds

This commit is contained in:
Mitchell Hashimoto 2011-11-19 17:32:54 -08:00
parent 9dd0aab37f
commit 96639d78d4
1 changed files with 4 additions and 0 deletions

View File

@ -197,4 +197,8 @@ pre > code {
.Module.builders tbody td.success {
background-color: #D1EED1;
}
.Module.builders tbody td.failure {
background-color: #FDDFDE;
}