From c535eeaac05beaebf899f8959823a819adfd44e5 Mon Sep 17 00:00:00 2001 From: David Cook Date: Wed, 11 Jul 2012 15:31:02 +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 | 2 +- 1 files changed, 1 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..e4916bf 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,7 @@ ol li { } #header a.toplinks { - #color: #ffffff; + /*color: #ffffff;*/ font-weight: bold; } -- 1.7.7.4