From: David Cook Date: Wed, 11 Jul 2012 23:13:10 +0000 (+1000) Subject: Bug 8414 - Intranet header toplinks display white rather than blue in < IE8 X-Git-Url: http://git.rot13.org/?p=koha.git;a=commitdiff_plain;h=1106ed527abd123a84b01894e5a5c4a8be3c1aab 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 --- 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; }