Underline time elements that have a title
This replicates the previous use of abbr tags, with improved semantics. Although we only use time tags in one place at the moment, the attribute filter protects against any usage in the future that doesn't need a title indication.
This commit is contained in:
parent
0195dd60a4
commit
dbe84a97bf
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@ small, aside {
|
|||
font-size: 12px;
|
||||
}
|
||||
|
||||
time[title] {
|
||||
text-decoration: underline dotted;
|
||||
}
|
||||
|
||||
#container { position: relative; }
|
||||
|
||||
.small_icon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue