aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-11-30 16:18:07 -0800
committerMark Otto <[email protected]>2013-11-30 16:18:07 -0800
commit67d4e3323d322ec7c6719204ca02732576c7ee7e (patch)
treed094e45e368eb7f8ffb6f8008ee2ce0db8e6c5f8 /less/type.less
parent9bbdb87150dc8a324ce641380042fadd84d6d34e (diff)
downloadbootstrap-67d4e3323d322ec7c6719204ca02732576c7ee7e.tar.xz
bootstrap-67d4e3323d322ec7c6719204ca02732576c7ee7e.zip
Fixes #11277: Drop the abbr element from the .initialism selector
Diffstat (limited to 'less/type.less')
-rw-r--r--less/type.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less
index 9a359685d..fdf982fce 100644
--- a/less/type.less
+++ b/less/type.less
@@ -215,7 +215,7 @@ abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted @abbr-border-color;
}
-abbr.initialism {
+.initialism {
font-size: 90%;
text-transform: uppercase;
}