1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

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

This commit is contained in:
Mark Otto 2013-11-30 16:18:07 -08:00
parent 9bbdb87150
commit 67d4e3323d
3 changed files with 3 additions and 3 deletions

View file

@ -669,7 +669,7 @@ abbr[data-original-title] {
border-bottom: 1px dotted #999999;
}
abbr.initialism {
.initialism {
font-size: 90%;
text-transform: uppercase;
}

File diff suppressed because one or more lines are too long

View file

@ -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;
}