1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 12:51:52 +02:00

fix grid tooltips, tweaks

This commit is contained in:
Mark Otto
2012-06-07 10:58:15 -07:00
parent f109be4e8a
commit 860a96939a
4 changed files with 4 additions and 4 deletions

View File

@@ -655,7 +655,6 @@ form.well {
/* Docs examples /* Docs examples
------------------------- */ ------------------------- */
.bs-docs-example { .bs-docs-example {
overflow: auto;
position: relative; position: relative;
margin: 15px 0; margin: 15px 0;
padding: 39px 19px 14px; padding: 39px 19px 14px;

View File

@@ -36,8 +36,8 @@
} }
// add tipsies to grid for scaffolding // add tipsies to grid for scaffolding
if ($('#grid-system').length) { if ($('#gridSystem').length) {
$('#grid-system').tooltip({ $('#gridSystem').tooltip({
selector: '.show-grid > div' selector: '.show-grid > div'
, title: function () { return $(this).width() + 'px' } , title: function () { return $(this).width() + 'px' }
}) })

View File

@@ -217,6 +217,7 @@
</div><!-- /.marketing --> </div><!-- /.marketing -->
<!-- Footer <!-- Footer
================================================== --> ================================================== -->
<footer class="footer"> <footer class="footer">