Improve the appearance of abbr on Chrome/Mac.

Fixes #28.
This commit is contained in:
Thomas David Baker
2018-10-28 20:24:32 -07:00
parent ad551e6738
commit ae75b05f25

View File

@@ -26,6 +26,10 @@ abbr, acronym, .caps {
border-bottom: 0;
}
abbr {
text-underline-position: under;
}
blockquote abbr, blockquote acronym, blockquote .caps,
em abbr, em acronym, em .caps,
cite abbr, cite acronym, cite .caps {