From: jocuri%softhome.net <> Date: Wed, 29 Dec 2004 07:45:23 +0000 (+0000) Subject: Patch for bug 232328: Update CSS file in order to fix the display of columns in stagg... X-Git-Tag: bugzilla-2.19.2~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9219df5e4373eefea894b244a557fb2830f96470;p=thirdparty%2Fbugzilla.git 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. --- diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css index 3207a412d5..b0326b5bb7 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; }