]> Cypherpunks repositories - gostls13.git/commitdiff
misc/dashboard: center align build results
authorAndrew Gerrand <adg@golang.org>
Wed, 20 Jul 2011 01:22:56 +0000 (11:22 +1000)
committerAndrew Gerrand <adg@golang.org>
Wed, 20 Jul 2011 01:22:56 +0000 (11:22 +1000)
R=rsc, dsymonds
CC=golang-dev
https://golang.org/cl/4806041

misc/dashboard/godashboard/static/style.css

index a7e61dda5017372f31dc2d72c819256c5e3f5327..d6d23b536c2559ed44b542f91f7c63de862a7d77 100644 (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;