diff options
| author | Mark Otto <[email protected]> | 2012-02-19 15:38:34 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-19 15:38:34 -0800 |
| commit | 59d570fc160c71dc21f77735e9d14797e247d859 (patch) | |
| tree | ca97e16649fe0708e8f68b2fe75774e390863955 /less/type.less | |
| parent | 3470c0dc49aa3f66630b2166391df88f1fbd0757 (diff) | |
| parent | f28140897e92882a2bbecd8c3426e978bd29ba86 (diff) | |
| download | bootstrap-59d570fc160c71dc21f77735e9d14797e247d859.tar.xz bootstrap-59d570fc160c71dc21f77735e9d14797e247d859.zip | |
Merge branch 'abbr' of https://github.com/jacobrask/bootstrap into jacobrask-abbr
Conflicts:
docs/assets/bootstrap.zip
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/less/type.less b/less/type.less index 6ba83bc3a..bbe15f6cf 100644 --- a/less/type.less +++ b/less/type.less @@ -154,12 +154,14 @@ em { } // Abbreviations and acronyms -abbr { - font-size: 90%; - text-transform: uppercase; +abbr[title] { border-bottom: 1px dotted #ddd; cursor: help; } +abbr.initialism { + font-size: 90%; + text-transform: uppercase; +} // Blockquotes blockquote { |
