From: Ian Jackson Date: Sat, 14 Nov 2009 16:27:05 +0000 (+0000) Subject: Make first datarow be pale rather than dark X-Git-Tag: 5.7~6 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=commitdiff_plain;ds=sidebyside;h=7cc77cd4ea67381979c41f74927a40d28225d618;p=ypp-sc-tools.web-live.git Make first datarow be pale rather than dark --- diff --git a/yarrg/web/lookup b/yarrg/web/lookup index eb9f53d..41a2534 100755 --- a/yarrg/web/lookup +++ b/yarrg/web/lookup @@ -133,8 +133,8 @@ $ours div.query { background: #d7d8b3; padding: 1em; } div.results { padding: 1em; } table.data { background: #b5b686; } - tr.datarow0 { background: #e3e3e3; } - tr.datarow1 { background: #ffffff; } + tr.datarow0 { background: #ffffff; } + tr.datarow1 { background: #e3e3e3; } <&| script &> function register_onload(f) {