From: Holger Jeromin Date: Tue, 27 Feb 2018 20:25:03 +0000 (+0100) Subject: Move abbr style from border to text-decoration X-Git-Tag: live~3131^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/f9745fd2b119113d18f1ab99c978a1a1af691e5e Move abbr style from border to text-decoration --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 6df4c14ac..4353e5e65 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -38,7 +38,7 @@ textarea, body { font: #{$typeheight}/#{$lineheight} "Helvetica Neue",Arial,sans-serif; } abbr, acronym { - border-bottom: .1em dotted; + text-decoration: underline dotted; cursor: help; }