]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix grid tooltips, tweaks
authorMark Otto <markotto@twitter.com>
Thu, 7 Jun 2012 17:58:15 +0000 (10:58 -0700)
committerMark Otto <markotto@twitter.com>
Thu, 7 Jun 2012 17:58:15 +0000 (10:58 -0700)
docs/assets/css/docs.css
docs/assets/js/application.js
docs/index.html
docs/templates/pages/index.mustache

index bad9be39f18653919235eb4a18782bd7723b8ee7..1e02c299ea2b37a558776aa1f25027ec017b07a0 100644 (file)
@@ -655,7 +655,6 @@ form.well {
 /* Docs examples
 ------------------------- */
 .bs-docs-example {
-  overflow: auto;
   position: relative;
   margin: 15px 0;
   padding: 39px 19px 14px;
index 18bcda6c9f8722ac7c442860998871cf0904813d..f38ee4956b8bac4eef4108bb48bc5450b274a02c 100644 (file)
@@ -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' }
       })
index 336eee038ac8a1d17414bd0206b7adfa2fa4a99d..ccba2ee61befd3a62b7df3d5f01f035b92a6143c 100644 (file)
 
 </div><!-- /.marketing -->
 
+
      <!-- Footer
       ================================================== -->
       <footer class="footer">
index e7f19fa773dcb5a1828707ac9927ede9f37fcb23..bee3fc19c2c2f8460d2adc60d8ed8e280cc83b40 100644 (file)
     </li>
   </ul>
 
-</div><!-- /.marketing -->
\ No newline at end of file
+</div><!-- /.marketing -->