From 6a314403f9df8505ab30bbaa76e9a08e3cc887f9 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 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 --- .../intranet-tmpl/prog/en/css/staff-global.css | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) 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 0cfcdf7..b0a9d16 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.7.4