From 8b5eb98a81adcf9a0e05252ceb559e5b028585cb Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 24 Aug 2009 12:36:40 +0100 Subject: [PATCH] Make strips slightly darker --- yarrg/web/lookup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarrg/web/lookup b/yarrg/web/lookup index 36c0a27..5217679 100755 --- a/yarrg/web/lookup +++ b/yarrg/web/lookup @@ -125,7 +125,7 @@ body { background: #ffffff; } tr.datarow0 { background: #ffffff; } -tr.datarow1 { background: #eeeeee; } +tr.datarow1 { background: #e3e3e3; } -- 2.30.2