From 538813a88db3b7a7b260403790b0f6bd2e0b8ee9 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 24 May 2017 22:43:48 +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/overview.xsl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/source/99_result/main.css b/source/99_result/main.css index 0781bab..18ea625 100644 --- a/source/99_result/main.css +++ b/source/99_result/main.css @@ -1,6 +1,7 @@ body{font:1em sans-serif;color:#272828} a{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} h3{font-size:1.2em;color:#F80;font-weight:bold;margin-bottom:.2em;border-bottom:.1em solid #e3e8e8} diff --git a/source/99_result/overview.xsl b/source/99_result/overview.xsl index 69938ad..a82ff5e 100644 --- a/source/99_result/overview.xsl +++ b/source/99_result/overview.xsl @@ -103,7 +103,7 @@ - +

-- cgit v1.2.3