More subtle abbr styling (overrides Bootstrap Reboot)

This commit is contained in:
Norbert Renner 2018-01-27 10:10:26 +01:00
parent 431c3e3f7f
commit 061ca795f3

View file

@ -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;