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 {
.muted {
color: #999999;
}
abbr {
abbr[title] {
border-bottom: 1px dotted #ddd;
cursor: help;
}
......
......@@ -154,7 +154,7 @@ em {
}
// Abbreviations and acronyms
abbr {
abbr[title] {
border-bottom: 1px dotted #ddd;
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