From 5b6e8730359ee2673197059fca7aca861109817c Mon Sep 17 00:00:00 2001 From: David Cook Date: Thu, 12 Jul 2012 09:13:10 +1000 Subject: [PATCH] [SIGNED-OFF] Bug 8414 - Intranet header toplinks display white rather than blue in < IE8 Content-Type: text/plain; charset="utf-8" Removes IE7 hash hack which caused head toplinks to display white rather than dark blue against light blue background Signed-off-by: Owen Leonard --- .../intranet-tmpl/prog/en/css/staff-global.css | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css index ad00807..a8e9d0a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -189,7 +189,6 @@ ol li { } #header a.toplinks { - #color: #ffffff; font-weight: bold; } -- 1.7.9.5