diff options
| author | Mark Otto <[email protected]> | 2012-06-07 10:58:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-07 10:58:15 -0700 |
| commit | 860a96939a58831228c2ea90055ca82cd9c84698 (patch) | |
| tree | 621fd25e2b1dd137415171520e698b5f9748dfb9 /docs/assets | |
| parent | f109be4e8a186d0251055f0ac90822c11838fa55 (diff) | |
| download | bootstrap-860a96939a58831228c2ea90055ca82cd9c84698.tar.xz bootstrap-860a96939a58831228c2ea90055ca82cd9c84698.zip | |
fix grid tooltips, tweaks
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/css/docs.css | 1 | ||||
| -rw-r--r-- | docs/assets/js/application.js | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index bad9be39f..1e02c299e 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -655,7 +655,6 @@ form.well { /* Docs examples ------------------------- */ .bs-docs-example { - overflow: auto; position: relative; margin: 15px 0; padding: 39px 19px 14px; diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index 18bcda6c9..f38ee4956 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -36,8 +36,8 @@ } // add tipsies to grid for scaffolding - if ($('#grid-system').length) { - $('#grid-system').tooltip({ + if ($('#gridSystem').length) { + $('#gridSystem').tooltip({ selector: '.show-grid > div' , title: function () { return $(this).width() + 'px' } }) |
