aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-06-07 10:58:15 -0700
committerMark Otto <[email protected]>2012-06-07 10:58:15 -0700
commit860a96939a58831228c2ea90055ca82cd9c84698 (patch)
tree621fd25e2b1dd137415171520e698b5f9748dfb9 /docs
parentf109be4e8a186d0251055f0ac90822c11838fa55 (diff)
downloadbootstrap-860a96939a58831228c2ea90055ca82cd9c84698.tar.xz
bootstrap-860a96939a58831228c2ea90055ca82cd9c84698.zip
fix grid tooltips, tweaks
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/docs.css1
-rw-r--r--docs/assets/js/application.js4
-rw-r--r--docs/index.html1
-rw-r--r--docs/templates/pages/index.mustache2
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 -->