buildbot: Better failure styling on CI

This commit is contained in:
Mitchell Hashimoto 2011-11-19 17:36:43 -08:00
parent 96639d78d4
commit 627fa4295f
1 changed files with 2 additions and 1 deletions

View File

@ -183,7 +183,8 @@ pre > code {
}
.Module.buildtable tbody td.failure,
.Module.waterfall .BuildStep.failure {
.Module.waterfall thead th.failure,
.Module.waterfall tbody td.failure {
background-color: #FDDFDE;
}