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 /less | |
| parent | df757fb040e5736e55b3f7060260a79b6b79b781 (diff) | |
| download | bootstrap-f08b40766749209709ec49c01f8aa122996657b3.tar.xz bootstrap-f08b40766749209709ec49c01f8aa122996657b3.zip | |
Only show help cursor/border for abbr with title
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 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; } |
