summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-12-29 08:45:23 +0100
committerjocuri%softhome.net <>2004-12-29 08:45:23 +0100
commit9219df5e4373eefea894b244a557fb2830f96470 (patch)
tree0274e5560a086d318ab8b6334dbb9fe976aac602 /skins
parent36b498ed9adb315297dc45217cc0646ef05127dc (diff)
downloadbugzilla-9219df5e4373eefea894b244a557fb2830f96470.tar.gz
bugzilla-9219df5e4373eefea894b244a557fb2830f96470.tar.xz
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.
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/buglist.css4
1 files changed, 2 insertions, 2 deletions
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 <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; }