diff options
| author | Jacob Thornton <[email protected]> | 2011-09-11 23:48:43 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-11 23:48:43 -0700 |
| commit | 44e2c7366896ac01e129f76fd2155d1a29f90ca8 (patch) | |
| tree | 4bfc97df755b0d8b4f5eae016c9c1adaa3d1f5ec /docs/index.html | |
| parent | fcf816a23644e9d077986a8c35e1487becb6ddc0 (diff) | |
| download | bootstrap-44e2c7366896ac01e129f76fd2155d1a29f90ca8.tar.xz bootstrap-44e2c7366896ac01e129f76fd2155d1a29f90ca8.zip | |
data-attribute="x" annndddd... now all js with ie7+ support
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 dee3dc635..43cd56564 100644 --- a/docs/index.html +++ b/docs/index.html @@ -37,7 +37,7 @@ <!-- Topbar ================================================== --> - <div class="topbar" data-scrollspy="pls" > + <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="pls" > + <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="pls"> + <li class="dropdown" data-dropdown="x"> <a href="#" class="dropdown-toggle">Dropdown</a> <ul class="dropdown-menu"> <li><a href="#">Secondary link</a></li> |
