1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-27 05:49:07 +02:00

docs changes, more type improvements, add grid system basics back

This commit is contained in:
Mark Otto
2013-01-15 14:30:00 -08:00
parent 09696143e0
commit 267690eb1b
6 changed files with 354 additions and 238 deletions

View File

@@ -34,12 +34,12 @@
})
// add tipsies to grid for scaffolding
if ($('#gridSystem').length) {
$('#gridSystem').tooltip({
selector: '.show-grid > div:not(.tooltip)'
, title: function () { return $(this).width() + 'px' }
})
}
// if ($('#gridSystem').length) {
// $('#gridSystem').tooltip({
// selector: '.show-grid > div:not(.tooltip)'
// , title: function () { return $(this).width() + 'px' }
// })
// }
// tooltip demo
$('.tooltip-demo').tooltip({