From b873a872d07c9eb1a44e28c9995dcd410d8fa8e6 Mon Sep 17 00:00:00 2001 From: khawkins98 Date: Tue, 5 Sep 2017 13:42:21 +0100 Subject: [PATCH] Add fix for #111 --- css/ebi-global.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/ebi-global.scss b/css/ebi-global.scss index fa418c58..9ca92082 100644 --- a/css/ebi-global.scss +++ b/css/ebi-global.scss @@ -216,6 +216,10 @@ a:active { background: rgb(0,0,0); } + ul li a:before { + display: inline-block; // safari 9 & 10 fix + } + /* custom colour for Home */ ul li.home a:before { font-family: 'EBI-Generic';