aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
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 /dist/css/bootstrap.css
parent9bbdb87150dc8a324ce641380042fadd84d6d34e (diff)
downloadbootstrap-67d4e3323d322ec7c6719204ca02732576c7ee7e.tar.xz
bootstrap-67d4e3323d322ec7c6719204ca02732576c7ee7e.zip
Fixes #11277: Drop the abbr element from the .initialism selector
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 03859d52a..ebd20fc44 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -669,7 +669,7 @@ abbr[data-original-title] {
border-bottom: 1px dotted #999999;
}
-abbr.initialism {
+.initialism {
font-size: 90%;
text-transform: uppercase;
}