mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Merge branch '2.3.0-wip' into 3.0.0-wip
Conflicts: docs/assets/css/bootstrap.css docs/assets/css/docs.css docs/assets/js/application.js docs/components.html docs/templates/pages/components.mustache less/sprites.less
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 > [class*="span"]'
|
||||
, title: function () { return $(this).width() + 'px' }
|
||||
})
|
||||
}
|
||||
|
||||
// tooltip demo
|
||||
$('.tooltip-demo').tooltip({
|
||||
|
||||
Reference in New Issue
Block a user