]> git.openstreetmap.org Git - rails.git/commitdiff
Move abbr style from border to text-decoration
authorHolger Jeromin <mailgithub@katur.de>
Tue, 27 Feb 2018 20:25:03 +0000 (21:25 +0100)
committerGitHub <noreply@github.com>
Tue, 27 Feb 2018 20:25:03 +0000 (21:25 +0100)
app/assets/stylesheets/common.scss

index 6df4c14acaa914b028f05104958d12a290e6611e..4353e5e659d85628ff9a8f175d291ffdd4465652 100644 (file)
@@ -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;
 }