misc/dashboard: center align build results

R=rsc, dsymonds
CC=golang-dev
https://golang.org/cl/4806041
This commit is contained in:
Andrew Gerrand 2011-07-20 11:22:56 +10:00
parent 62f618a22c
commit 48d1240e51
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,9 @@ table.alternate tr td:last-child {
table.alternate tr:nth-child(2n) {
background-color: #f0f0f0;
}
td.result {
text-align: center;
}
span.hash {
font-family: monospace;
font-size: small;