Merge pull request #30 from bakert/abbr

Improve the appearance of abbr on Chrome/Mac.
This commit is contained in:
Richard Rutter
2018-11-29 10:29:54 +00:00
committed by GitHub

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 {