From 7cc77cd4ea67381979c41f74927a40d28225d618 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 14 Nov 2009 16:27:05 +0000 Subject: [PATCH] Make first datarow be pale rather than dark --- yarrg/web/lookup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.30.2