diff options
| author | Jacob Rask <[email protected]> | 2012-02-19 21:22:37 +0100 |
|---|---|---|
| committer | Jacob Rask <[email protected]> | 2012-02-19 21:23:17 +0100 |
| commit | f08b40766749209709ec49c01f8aa122996657b3 (patch) | |
| tree | 7fa3801321d1227781d64f2b30a71168a3a13445 | |
| parent | df757fb040e5736e55b3f7060260a79b6b79b781 (diff) | |
| download | bootstrap-f08b40766749209709ec49c01f8aa122996657b3.tar.xz bootstrap-f08b40766749209709ec49c01f8aa122996657b3.zip | |
Only show help cursor/border for abbr with title
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 53395 -> 53409 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 | ||||
| -rw-r--r-- | less/type.less | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex a2f11da8a..82fff3162 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index b6d3f5b26..98ab116dd 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -415,7 +415,7 @@ em { .muted { color: #999999; } -abbr { +abbr[title] { border-bottom: 1px dotted #ddd; cursor: help; } diff --git a/less/type.less b/less/type.less index ff231d932..b68bddbb6 100644 --- a/less/type.less +++ b/less/type.less @@ -154,7 +154,7 @@ em { } // Abbreviations and acronyms -abbr { +abbr[title] { border-bottom: 1px dotted #ddd; cursor: help; } |
