1
0
mirror of https://github.com/golang/go synced 2024-11-23 20:00:04 -07:00

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

View File

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