More subtle abbr styling (overrides Bootstrap Reboot)
This commit is contained in:
parent
431c3e3f7f
commit
061ca795f3
1 changed files with 9 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue