From 061ca795f3efeab76767f042700b03fb02b0ebf2 Mon Sep 17 00:00:00 2001 From: Norbert Renner Date: Sat, 27 Jan 2018 10:10:26 +0100 Subject: [PATCH] More subtle abbr styling (overrides Bootstrap Reboot) --- css/style.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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;