From 1106ed527abd123a84b01894e5a5c4a8be3c1aab Mon Sep 17 00:00:00 2001 From: David Cook Date: Thu, 12 Jul 2012 09:13:10 +1000 Subject: [PATCH] Bug 8414 - Intranet header toplinks display white rather than blue in < IE8 Removes IE7 hash hack which caused head toplinks to display white rather than dark blue against light blue background Signed-off-by: Owen Leonard Signed-off-by: Paul Poulain --- koha-tmpl/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 ad008079c5..a8e9d0ade3 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; } -- 2.20.1