Commit 860a9693 authored by Mark Otto's avatar Mark Otto
Browse files

fix grid tooltips, tweaks

parent f109be4e
Showing with 4 additions and 4 deletions
+4 -4
...@@ -655,7 +655,6 @@ form.well { ...@@ -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;
......
...@@ -36,8 +36,8 @@ ...@@ -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' }
}) })
......
...@@ -217,6 +217,7 @@ ...@@ -217,6 +217,7 @@
</div><!-- /.marketing --> </div><!-- /.marketing -->
<!-- Footer <!-- Footer
================================================== --> ================================================== -->
<footer class="footer"> <footer class="footer">
......
...@@ -104,4 +104,4 @@ ...@@ -104,4 +104,4 @@
</li> </li>
</ul> </ul>
</div><!-- /.marketing --> </div><!-- /.marketing -->
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment