From 573c3014b982bd52f0b6959f51d65dfc86ae35c0 Mon Sep 17 00:00:00 2001 From: spocky Date: Mon, 6 Aug 2007 00:44:15 +0000 Subject: fixed ie6/7 side effect (i really love ie :p) --- themes/classic/templates/default.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'themes/classic') diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index 84b96d6b..6fd6c4c6 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -634,8 +634,9 @@ td.user_disabled { } .alphabet { margin:10px; + background:transparent; /* fix ie bug */ font-size:10px; - font-weight:normal; + font-weight:normal; } .alphabet span { cursor: pointer; -- cgit