aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-09-15 21:19:39 -0700
committerJacob Thornton <[email protected]>2011-09-15 21:19:39 -0700
commit8896497ea88037fe3e082eb7d7d9c3c3051b9b6b (patch)
treef40f80eb503b18c758af95fbacc6f3e4bc8ec0a1 /docs/index.html
parent32a690af985661f7d106984dc5ee1c211d0da2ed (diff)
downloadbootstrap-8896497ea88037fe3e082eb7d7d9c3c3051b9b6b.tar.xz
bootstrap-8896497ea88037fe3e082eb7d7d9c3c3051b9b6b.zip
update attributes for js and make tooltips reposition on resize
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html
index 41bf39b70..68e60e20d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -37,7 +37,7 @@
<!-- Topbar
================================================== -->
- <div class="topbar" data-scrollspy="x" >
+ <div class="topbar" data-scrollspy="scrollspy" >
<div class="topbar-inner">
<div class="container">
<a class="brand" href="#">Bootstrap</a>
@@ -1291,7 +1291,7 @@
</div>
<h2>Fixed topbar</h2>
<div class="topbar-wrapper" style="z-index: 5;">
- <div class="topbar" data-dropdown="x" >
+ <div class="topbar" data-dropdown="dropdown" >
<div class="topbar-inner">
<div class="container">
<h3><a href="#">Project Name</a></h3>
@@ -1360,7 +1360,7 @@
<li><a href="#">Messages</a></li>
<li><a href="#">Settings</a></li>
<li><a href="#">Contact</a></li>
- <li class="dropdown" data-dropdown="x">
+ <li class="dropdown" data-dropdown="dropdown">
<a href="#" class="dropdown-toggle">Dropdown</a>
<ul class="dropdown-menu">
<li><a href="#">Secondary link</a></li>