From: jocuri%softhome.net <> Date: Wed, 29 Dec 2004 07:45:39 +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.18~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43eb932f5346e8469695e44a1ca541e1dd495c72;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/css/buglist.css b/css/buglist.css index 82ff1fb02c..6ebb0ce6f5 100644 --- a/css/buglist.css +++ b/css/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; }