Restore 3-digit distance title (see #38) removed with PR #56

This commit is contained in:
Norbert Renner 2018-01-27 11:31:41 +01:00
parent 20959fd287
commit 6d3a7a6b1c
2 changed files with 4 additions and 1 deletions

View file

@ -63,7 +63,8 @@ footer {
word-break: break-all;
font-weight: bold;
}
.stats-label abbr[title] {
.stats-label abbr[title],
#distance {
text-decoration: none;
border-bottom: 1px dotted #818a91;
}