From 531a3a34b85bd3c6284733869046270cc2d5300e Mon Sep 17 00:00:00 2001 From: "jake%bugzilla.org" <> Date: Tue, 12 Apr 2005 05:52:50 +0000 Subject: Bug 289594 - The table on the email settings page no longer is 100% wide. It also now supports even/odd row styling. r=gerv, a=justdave --- skins/standard/buglist.css | 8 -------- 1 file changed, 8 deletions(-) (limited to 'skins/standard/buglist.css') diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css index f1f1d74dc..45e4937d9 100644 --- a/skins/standard/buglist.css +++ b/skins/standard/buglist.css @@ -32,14 +32,6 @@ table#form tr th { text-align: right; } table.bz_buglist td, table.bz_buglist th { } -/* For styling rows; by default striped white and gray */ -tr.bz_odd { - background-color: #F7F7F7; -} - -tr.bz_even { -} - /* we use a first-child class and not the pseudo-class because IE * doesn't support it :-( */ tr.bz_secure td.first-child { -- cgit v1.2.1