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:
Andy Allan 2023-11-15 19:46:43 +00:00
parent 0195dd60a4
commit dbe84a97bf

View file

@ -47,6 +47,10 @@ small, aside {
font-size: 12px;
}
time[title] {
text-decoration: underline dotted;
}
#container { position: relative; }
.small_icon {