Commit 9ba11ba6 authored by Mark Otto's avatar Mark Otto
Browse files

No more need for grid column highlighting, so nuke that

parent 0a18d33d
Showing with 0 additions and 12 deletions
+0 -12
......@@ -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);
}
......
......@@ -27,14 +27,6 @@
$('.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]"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment