aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-12 08:58:46 -0700
committerMark Otto <[email protected]>2011-09-12 08:58:46 -0700
commit6a5fb52bb1987913efc5b1b915d91ee18801fa66 (patch)
tree50219f10cc183620fd8465a5c8338d0f6b25bb9b /docs/index.html
parent88f2f848b31f09dff025ee4270098a7c8f026000 (diff)
parent89465f8ce1065f907180cfffa3eac317b7c9774d (diff)
downloadbootstrap-6a5fb52bb1987913efc5b1b915d91ee18801fa66.tar.xz
bootstrap-6a5fb52bb1987913efc5b1b915d91ee18801fa66.zip
Merge branch '1.3-wip' of github.com:twitter/bootstrap into 1.3-wip
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 6c5096032..93f240775 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -37,7 +37,7 @@
<!-- Topbar
================================================== -->
- <div class="topbar">
+ <div class="topbar" data-scrollspy="x" >
<div class="topbar-inner">
<div class="container">
<a class="brand" href="#">Bootstrap</a>
@@ -1262,7 +1262,7 @@
</div>
<h2>Fixed topbar</h2>
<div class="topbar-wrapper" style="z-index: 5;">
- <div class="topbar" data-dropdown>
+ <div class="topbar" data-dropdown="x" >
<div class="topbar-inner">
<div class="container">
<h3><a href="#">Project Name</a></h3>
@@ -1331,7 +1331,7 @@
<li><a href="#">Messages</a></li>
<li><a href="#">Settings</a></li>
<li><a href="#">Contact</a></li>
- <li class="dropdown" data-dropdown>
+ <li class="dropdown" data-dropdown="x">
<a href="#" class="dropdown-toggle">Dropdown</a>
<ul class="dropdown-menu">
<li><a href="#">Secondary link</a></li>