projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove underline from abbr elements
[rails.git]
/
app
/
assets
/
stylesheets
/
common.scss
diff --git
a/app/assets/stylesheets/common.scss
b/app/assets/stylesheets/common.scss
index 6df4c14acaa914b028f05104958d12a290e6611e..4f2571917ec61c1b6a36d694c7883be65ceac452 100644
(file)
--- a/
app/assets/stylesheets/common.scss
+++ b/
app/assets/stylesheets/common.scss
@@
-38,7
+38,6
@@
textarea,
body { font: #{$typeheight}/#{$lineheight} "Helvetica Neue",Arial,sans-serif; }
abbr, acronym {
- border-bottom: .1em dotted;
cursor: help;
}