diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/docs.css | 1 | ||||
| -rw-r--r-- | docs/assets/js/application.js | 4 | ||||
| -rw-r--r-- | docs/index.html | 1 | ||||
| -rw-r--r-- | docs/templates/pages/index.mustache | 2 |
4 files changed, 4 insertions, 4 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' } }) diff --git a/docs/index.html b/docs/index.html index 336eee038..ccba2ee61 100644 --- a/docs/index.html +++ b/docs/index.html @@ -217,6 +217,7 @@ </div><!-- /.marketing --> + <!-- Footer ================================================== --> <footer class="footer"> diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index e7f19fa77..bee3fc19c 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -104,4 +104,4 @@ </li> </ul> -</div><!-- /.marketing -->
\ No newline at end of file +</div><!-- /.marketing --> |
