Commit 3cc65cb8 authored by Mark Otto's avatar Mark Otto

clear up show-grid stuff

parent dd4ce35d
......@@ -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;
......
......@@ -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' }
})
}
......
Markdown is supported
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