Commit 48d1240e authored by Andrew Gerrand's avatar Andrew Gerrand

misc/dashboard: center align build results

R=rsc, dsymonds
CC=golang-dev
https://golang.org/cl/4806041
parent 62f618a2
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment