Commit f08b4076 authored by Jacob Rask's avatar Jacob Rask

Only show help cursor/border for abbr with title

parent df757fb0
...@@ -415,7 +415,7 @@ em { ...@@ -415,7 +415,7 @@ em {
.muted { .muted {
color: #999999; color: #999999;
} }
abbr { abbr[title] {
border-bottom: 1px dotted #ddd; border-bottom: 1px dotted #ddd;
cursor: help; cursor: help;
} }
......
...@@ -154,7 +154,7 @@ em { ...@@ -154,7 +154,7 @@ em {
} }
// Abbreviations and acronyms // Abbreviations and acronyms
abbr { abbr[title] {
border-bottom: 1px dotted #ddd; border-bottom: 1px dotted #ddd;
cursor: help; cursor: help;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment