From ae75b05f2550ab68d9ce7073e6fe7de6b3094e57 Mon Sep 17 00:00:00 2001 From: Thomas David Baker Date: Sun, 28 Oct 2018 20:24:32 -0700 Subject: [PATCH] Improve the appearance of abbr on Chrome/Mac. Fixes #28. --- css/screen.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/screen.css b/css/screen.css index e8071e8..ecb23d8 100644 --- a/css/screen.css +++ b/css/screen.css @@ -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 {