diff options
author | 2004-12-29 07:45:39 +0000 | |
---|---|---|
committer | 2004-12-29 07:45:39 +0000 | |
commit | 43eb932f5346e8469695e44a1ca541e1dd495c72 (patch) | |
tree | 7b2b878e6386a669658c1fed6a3f273b2eec00f3 | |
parent | Patch for bug 273339: Make attachment.cgi consistent with its activity log ti... (diff) | |
download | bugzilla-43eb932f5346e8469695e44a1ca541e1dd495c72.tar.gz bugzilla-43eb932f5346e8469695e44a1ca541e1dd495c72.tar.bz2 bugzilla-43eb932f5346e8469695e44a1ca541e1dd495c72.zip |
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 <LpSolit@netscape.net>, r=myk, r=glob, a=justdave.
-rw-r--r-- | css/buglist.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/buglist.css b/css/buglist.css index 82ff1fb02..6ebb0ce6f 100644 --- a/css/buglist.css +++ b/css/buglist.css @@ -18,8 +18,8 @@ * Contributor(s): Myk Melez <myk@mozilla.org> */ -/* 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; } |