aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2011-07-20 11:22:56 +1000
committerAndrew Gerrand <adg@golang.org>2011-07-20 11:22:56 +1000
commit48d1240e51bcbbbfe10cbb6a70332039acbf0fe9 (patch)
treebb34ef865fd41b231298bfd37eeeef025b22fc8c
parent62f618a22cf5c607a90ccb95bf6ceed6ab866ffe (diff)
downloadgo-48d1240e51bcbbbfe10cbb6a70332039acbf0fe9.tar.gz
go-48d1240e51bcbbbfe10cbb6a70332039acbf0fe9.zip
misc/dashboard: center align build results
R=rsc, dsymonds CC=golang-dev https://golang.org/cl/4806041
-rw-r--r--misc/dashboard/godashboard/static/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/dashboard/godashboard/static/style.css b/misc/dashboard/godashboard/static/style.css
index a7e61dda50..d6d23b536c 100644
--- a/misc/dashboard/godashboard/static/style.css
+++ b/misc/dashboard/godashboard/static/style.css
@@ -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;