From 3fd9ad2ac6e2fa668efa82070877586420263d4f Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 24 May 2017 22:38:08 +0200 Subject: Add Edge link font workaround The _more_ link symbol is displayed with an ugly blue background in recent versions of Microsoft Edge (see MS issue 11635143). --- source/99_result/main.css | 1 + source/99_result/start.xsl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/source/99_result/main.css b/source/99_result/main.css index 42e416b..8b455aa 100644 --- a/source/99_result/main.css +++ b/source/99_result/main.css @@ -1,6 +1,7 @@ body{margin:0;padding:0;font:1em sans-serif;color:#272828;word-wrap:break-word} a, a:visited{text-decoration:underline;color:#272828} a:hover{color:black} +a.more{font-family:"Segoe UI Symbol",sons-serif}/*edge workaround*/ h1, h2{margin:0;color:#272828;font-weight:bold} h1 a, h2 a{text-decoration:none} p{margin:0 0 .5em 0;text-align:justify;line-height:1.75em} diff --git a/source/99_result/start.xsl b/source/99_result/start.xsl index 2cb5d9d..5cf8477 100644 --- a/source/99_result/start.xsl +++ b/source/99_result/start.xsl @@ -69,7 +69,7 @@ - +

-- cgit v1.2.3