From f4375fc482349a89cc7da8c3db5096a664dcc189 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 15 Oct 2006 01:08:17 +0000 Subject: [PATCH] r1260: Fixed a really annoying bug where IE6 hides error messages for no apparent reason other than it's a piece of crap. --- docs/changes.txt | 1 + templates/global.css | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index 7314365..27ca2c3 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -3,6 +3,7 @@ - If a user leaves a comment and does not have bug change access, data loss occurs - Fixed IE's redirection issue when using Message_Reporter->redirect() (http://www.bluestatic.org/bugs/showreport.php?bugid=32) - On the admin login page, prevent the number "15" from appearing as text and marked another string for translation that was missed +- Error messages are no longer hidden in IE6 (http://www.bluestatic.org/bugs/showreport.php?bugid=30) 1.1.2 =============================== diff --git a/templates/global.css b/templates/global.css index 6b2eead..9901ade 100644 --- a/templates/global.css +++ b/templates/global.css @@ -42,6 +42,7 @@ a { color: rgb(255, 0, 0); text-align: left; + zoom: 100%; } #header -- 2.22.5