Generalize underlining of stats tooltips (#696)

This commit is contained in:
Norbert Renner 2023-02-16 18:47:35 +01:00
parent a35814b8b3
commit f337903b0b

View file

@ -209,7 +209,7 @@ p.stats-label {
font-weight: bold; font-weight: bold;
} }
.stats-label abbr[title], .stats-label abbr[title],
#distance { .stats-label span[title] {
text-decoration: none; text-decoration: none;
border-bottom: 1px dotted #818a91; border-bottom: 1px dotted #818a91;
} }