diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index dfe127164..4b0b59618 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -34,8 +34,8 @@ }) // add tipsies to grid for scaffolding - if ($('#gridSystem').length) { - $('#gridSystem').tooltip({ + if ($('#grid-system').length) { + $('#grid-system').tooltip({ selector: '.show-grid > [class*="span"]' , title: function () { return $(this).width() + 'px' } }) diff --git a/docs/components.html b/docs/components.html index b80eb6e71..c30699dc5 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1380,7 +1380,7 @@ title: Components
Extend Bootstrap's grid system with the thumbnail component to easily display grids of images, videos, text, and more.
+Extend Bootstrap's grid system with the thumbnail component to easily display grids of images, videos, text, and more.
By default, Bootstrap's thumbnails are designed to showcase linked images with minimal required markup.
diff --git a/docs/css.html b/docs/css.html index 297b4ea33..a295ae244 100644 --- a/docs/css.html +++ b/docs/css.html @@ -23,7 +23,7 @@ title: CSS
A 12-column responsive grid, dozens of components, JavaScript plugins, typography, form controls, and even a web-based Customizer to make Bootstrap your own.
+A 12-column responsive grid, dozens of components, JavaScript plugins, typography, form controls, and even a web-based Customizer to make Bootstrap your own.