diff options
| author | Jacob Thornton <[email protected]> | 2011-09-15 21:19:39 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-15 21:19:39 -0700 |
| commit | 8896497ea88037fe3e082eb7d7d9c3c3051b9b6b (patch) | |
| tree | f40f80eb503b18c758af95fbacc6f3e4bc8ec0a1 /docs/index.html | |
| parent | 32a690af985661f7d106984dc5ee1c211d0da2ed (diff) | |
| download | bootstrap-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.html | 6 |
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> |
