From: Andrew Gerrand Date: Wed, 20 Jul 2011 01:22:56 +0000 (+1000) Subject: misc/dashboard: center align build results X-Git-Tag: weekly.2011-07-19~1 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=48d1240e51bcbbbfe10cbb6a70332039acbf0fe9;p=gostls13.git misc/dashboard: center align build results R=rsc, dsymonds CC=golang-dev https://golang.org/cl/4806041 --- 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;