From 5fb2b9bbf1d4ba50a080c26480633ab752bae691 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Wed, 3 Nov 2004 07:10:28 +0000 Subject: Patch for bug 266142: Make bug listing display optimal for viewing; patch by Steve Wardell , r=kiko, a=myk. --- skins/standard/buglist.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skins') diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css index f8b814abe..546181633 100644 --- a/skins/standard/buglist.css +++ b/skins/standard/buglist.css @@ -35,7 +35,7 @@ table.bz_buglist td, table.bz_buglist th { /* For styling rows; by default striped white and gray */ tr.bz_odd { - background-color: #e6e6e6; + background-color: #F7F7F7; } tr.bz_even { -- cgit v1.2.3-24-g4f1b