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 /docs/assets/css/bootstrap.css | |
| 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 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index d880c288a..65aaa7c85 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -417,12 +417,14 @@ em { .muted { color: #999999; } -abbr { - font-size: 90%; - text-transform: uppercase; +abbr[title] { border-bottom: 1px dotted #ddd; cursor: help; } +abbr.initialism { + font-size: 90%; + text-transform: uppercase; +} blockquote { padding: 0 0 0 15px; margin: 0 0 18px; |
