Commit 67d4e332 authored by Mark Otto's avatar Mark Otto

Fixes #11277: Drop the abbr element from the .initialism selector

parent 9bbdb871
...@@ -669,7 +669,7 @@ abbr[data-original-title] { ...@@ -669,7 +669,7 @@ abbr[data-original-title] {
border-bottom: 1px dotted #999999; border-bottom: 1px dotted #999999;
} }
abbr.initialism { .initialism {
font-size: 90%; font-size: 90%;
text-transform: uppercase; text-transform: uppercase;
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -215,7 +215,7 @@ abbr[data-original-title] { ...@@ -215,7 +215,7 @@ abbr[data-original-title] {
cursor: help; cursor: help;
border-bottom: 1px dotted @abbr-border-color; border-bottom: 1px dotted @abbr-border-color;
} }
abbr.initialism { .initialism {
font-size: 90%; font-size: 90%;
text-transform: uppercase; text-transform: uppercase;
} }
......
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