aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Symonds <dsymonds@golang.org>2011-12-23 13:21:25 +1100
committerDavid Symonds <dsymonds@golang.org>2011-12-23 13:21:25 +1100
commit0f14ebf99350fd8e87653129c5e1337cb8de3957 (patch)
treec4919e0d7ac098da778df3605ca314e272864541
parent416afcb411d7b2fe59d38257bcfe0df3a903919e (diff)
downloadgo-0f14ebf99350fd8e87653129c5e1337cb8de3957.tar.gz
go-0f14ebf99350fd8e87653129c5e1337cb8de3957.zip
dashboard: Don't highlight first heading row.
The two heading rows were previously a little hard to pick out, because they were alternately shaded like the commit rows. R=adg CC=golang-dev https://golang.org/cl/5500074
-rw-r--r--misc/dashboard/app/build/ui.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/dashboard/app/build/ui.html b/misc/dashboard/app/build/ui.html
index 1fb7b25274..678c95238a 100644
--- a/misc/dashboard/app/build/ui.html
+++ b/misc/dashboard/app/build/ui.html
@@ -26,7 +26,7 @@
padding: 2px 4px;
font-size: 10pt;
}
- .build tr:nth-child(2n) {
+ .build tr.commit:nth-child(2n) {
background-color: #f0f0f0;
}
.build .hash {
@@ -102,7 +102,7 @@
{{end}}
</tr>
{{range $c := $.Commits}}
- <tr>
+ <tr class="commit">
<td class="hash"><a href="{{repoURL .Hash ""}}">{{shortHash .Hash}}</a></td>
{{range $.Builders}}
<td class="result">