From 9219df5e4373eefea894b244a557fb2830f96470 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Wed, 29 Dec 2004 07:45:23 +0000 Subject: Patch for bug 232328: Update CSS file in order to fix the display of columns in stagger headers mode using Internet Explorer; patch by Frédéric Buclin , r=myk, r=glob, a=justdave. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skins/standard/buglist.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'skins') diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css index 3207a412d..b0326b5bb 100644 --- a/skins/standard/buglist.css +++ b/skins/standard/buglist.css @@ -18,8 +18,8 @@ * Contributor(s): Myk Melez */ -/* Right align bug IDs. */ -.bz_id_column { text-align: right; } +.bz_id_column { +} /* Style bug rows according to severity. */ .bz_blocker { color: red; font-weight: bold; } -- cgit v1.2.3-24-g4f1b