From f337903b0b971167729f664b91dc7aa2423ea6c9 Mon Sep 17 00:00:00 2001 From: Norbert Renner Date: Thu, 16 Feb 2023 18:47:35 +0100 Subject: [PATCH] Generalize underlining of stats tooltips (#696) --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 957375d..6229506 100644 --- a/css/style.css +++ b/css/style.css @@ -209,7 +209,7 @@ p.stats-label { font-weight: bold; } .stats-label abbr[title], -#distance { +.stats-label span[title] { text-decoration: none; border-bottom: 1px dotted #818a91; }