]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Move abbr style from border to text-decoration
[rails.git] / 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;
 }