]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
clear up show-grid stuff
authorMark Otto <otto@github.com>
Thu, 31 Jan 2013 02:16:14 +0000 (18:16 -0800)
committerMark Otto <otto@github.com>
Thu, 31 Jan 2013 02:16:14 +0000 (18:16 -0800)
docs/assets/css/docs.css
docs/assets/js/application.js

index 1142414040c0bac0f22d2e137de045f7ff6b5a11..af655409285a541cdfc707bada541bd114fed119 100644 (file)
@@ -339,8 +339,8 @@ only screen and (     -o-min-device-pixel-ratio: 2/1) {
   min-height: 40px;
   line-height: 40px;
 }
-.show-grid:hover [class*="span"] {
-  background: #ddd;
+.show-grid [class*="span"]:hover {
+  background-color: #ddd;
 }
 .show-grid .show-grid {
   margin-top: 0;
index cc442ade4fd88003a60797f6b1471c921c00770d..f880bc05d53f261e2838c0b4f1ef995f85753bd1 100644 (file)
@@ -36,7 +36,7 @@
     // add tipsies to grid for scaffolding
     if ($('#gridSystem').length) {
       $('#gridSystem').tooltip({
-          selector: '.show-grid > div:not(.tooltip)'
+          selector: '.show-grid > [class*="span"]'
         , title: function () { return $(this).width() + 'px' }
       })
     }