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:
@@ -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({
|
||||
|
Reference in New Issue
Block a user