From e167a89f4449796d2194b28f8f36ea2be2a21d5d 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 Signed-off-by: Chris Cormack --- 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 fe09ad912c..dcbb40f762 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -187,7 +187,6 @@ ol li { } #header a.toplinks { - #color: #ffffff; font-weight: bold; } -- 2.39.2