From: jocuri%softhome.net <> Date: Wed, 3 Nov 2004 07:09:42 +0000 (+0000) Subject: Patch for bug 266142: Make bug listing display optimal for viewing; patch by Steve... X-Git-Tag: bugzilla-2.18~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be0d267726f6b6649685ab7e053feceb7cae22e9;p=thirdparty%2Fbugzilla.git Patch for bug 266142: Make bug listing display optimal for viewing; patch by Steve Wardell , r=kiko, a=myk. --- diff --git a/css/buglist.css b/css/buglist.css index 8060a410a4..82ff1fb02c 100644 --- a/css/buglist.css +++ b/css/buglist.css @@ -35,8 +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 { }