diff --git a/css/style.css b/css/style.css index f9f4e6d..f24e302 100644 --- a/css/style.css +++ b/css/style.css @@ -58,6 +58,15 @@ footer { display: inline-block; } +.stats-label { + word-break: break-all; + font-weight: bold; +} +.stats-label abbr[title] { + text-decoration: none; + border-bottom: 1px dotted #818a91; +} + #elevation-chart { height: 175px; font-size: 80%; @@ -189,11 +198,6 @@ https://css-tricks.com/svg-line-animation-works/ color: #2074B6; } -.stats-label { - word-break: break-all; - font-weight: bold; -} - /* smaller tab height */ .nav > li > a { padding: 2px 15px;