]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
No more need for grid column highlighting, so nuke that
authorMark Otto <otto@github.com>
Mon, 10 Jun 2013 06:44:14 +0000 (23:44 -0700)
committerMark Otto <otto@github.com>
Mon, 10 Jun 2013 06:44:14 +0000 (23:44 -0700)
docs/assets/css/docs.css
docs/assets/js/application.js

index 814208f78630514cd2ad75ee726eb434a9ae1418..db1cb177839b84316768b2c20dcbf97843f750b0 100644 (file)
@@ -255,10 +255,6 @@ body {
   background-color: rgba(185,74,72,.15);
   border: 1px solid rgba(185,74,72,.2);
 }
-.show-grid [class^="col-"]:hover {
-  background-color: #ddd;
-  background-color: rgba(185,74,72,.25);
-}
 
 
 
index 30a7c0d6ebdd19d91bf9b2113ed378f0b48ef370..6b06b824ebd72d870742bceca3578d85c1e87d97 100644 (file)
       $('.bs-top').affix()
     }, 100)
 
-    // add tipsies to grid for scaffolding
-    if ($('#grid-system').length) {
-      $('#grid-system').tooltip({
-          selector: '.show-grid > [class*="span"]'
-        , title: function () { return $(this).width() + 'px' }
-      })
-    }
-
     // tooltip demo
     $('.tooltip-demo').tooltip({
       selector: "a[data-toggle=tooltip]"