diff options
| author | Mark Otto <[email protected]> | 2013-11-30 16:18:07 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-30 16:18:07 -0800 |
| commit | 67d4e3323d322ec7c6719204ca02732576c7ee7e (patch) | |
| tree | d094e45e368eb7f8ffb6f8008ee2ce0db8e6c5f8 /less | |
| parent | 9bbdb87150dc8a324ce641380042fadd84d6d34e (diff) | |
| download | bootstrap-67d4e3323d322ec7c6719204ca02732576c7ee7e.tar.xz bootstrap-67d4e3323d322ec7c6719204ca02732576c7ee7e.zip | |
Fixes #11277: Drop the abbr element from the .initialism selector
Diffstat (limited to 'less')
| -rw-r--r-- | less/type.less | 2 |
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; } |
