0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-29 21:52:22 +01:00

No more need for grid column highlighting, so nuke that

This commit is contained in:
Mark Otto 2013-06-09 23:44:14 -07:00
parent 0a18d33d2c
commit 9ba11ba60a
2 changed files with 0 additions and 12 deletions

View File

@ -255,10 +255,6 @@ body {
background-color: rgba(185,74,72,.15); background-color: rgba(185,74,72,.15);
border: 1px solid rgba(185,74,72,.2); border: 1px solid rgba(185,74,72,.2);
} }
.show-grid [class^="col-"]:hover {
background-color: #ddd;
background-color: rgba(185,74,72,.25);
}

View File

@ -27,14 +27,6 @@
$('.bs-top').affix() $('.bs-top').affix()
}, 100) }, 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-demo').tooltip({ $('.tooltip-demo').tooltip({
selector: "a[data-toggle=tooltip]" selector: "a[data-toggle=tooltip]"