]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Only show help cursor/border for abbr with title
authorJacob Rask <jacob@jacobrask.net>
Sun, 19 Feb 2012 20:22:37 +0000 (21:22 +0100)
committerJacob Rask <jacob@jacobrask.net>
Sun, 19 Feb 2012 20:23:17 +0000 (21:23 +0100)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/type.less

index a2f11da8af19b50df7c400b1ef32395d0aedc5fc..82fff3162feb121461875448b07f0aca0ac0768f 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index b6d3f5b263a68d0428f902ba9528bccf50a53312..98ab116dd7511e34670a71507419f83f41572ce4 100644 (file)
@@ -415,7 +415,7 @@ em {
 .muted {
   color: #999999;
 }
-abbr {
+abbr[title] {
   border-bottom: 1px dotted #ddd;
   cursor: help;
 }
index ff231d932836ddf971502ae8d1748093782da320..b68bddbb659a53463053dd32a3ebbcc3758eb3ea 100644 (file)
@@ -154,7 +154,7 @@ em {
 }
 
 // Abbreviations and acronyms
-abbr {
+abbr[title] {
   border-bottom: 1px dotted #ddd;
   cursor: help;
 }