mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
fix grid tooltips, tweaks
This commit is contained in:
parent
f109be4e8a
commit
860a96939a
@ -655,7 +655,6 @@ form.well {
|
||||
/* Docs examples
|
||||
------------------------- */
|
||||
.bs-docs-example {
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
margin: 15px 0;
|
||||
padding: 39px 19px 14px;
|
||||
|
@ -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' }
|
||||
})
|
||||
|
@ -217,6 +217,7 @@
|
||||
|
||||
</div><!-- /.marketing -->
|
||||
|
||||
|
||||
<!-- Footer
|
||||
================================================== -->
|
||||
<footer class="footer">
|
||||
|
2
docs/templates/pages/index.mustache
vendored
2
docs/templates/pages/index.mustache
vendored
@ -104,4 +104,4 @@
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div><!-- /.marketing -->
|
||||
</div><!-- /.marketing -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user