* Unify rendering of finished and scheduled builds.

This commit is contained in:
Eelco Dolstra
2008-11-26 17:43:45 +00:00
parent b7e03351cb
commit fa042e04ae
6 changed files with 74 additions and 93 deletions

View File

@ -185,7 +185,7 @@ ul.productList li {
margin-top: 1em;
}
tr.runningJob {
.runningJob {
background-color: #ff3030;
color: white;
}