]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update topbar.htm (sticky_on) 4700/head
authordGs- <dGs-@users.noreply.github.com>
Sun, 16 Mar 2014 05:36:39 +0000 (16:36 +1100)
committerdGs- <dGs-@users.noreply.github.com>
Sun, 16 Mar 2014 05:36:39 +0000 (16:36 +1100)
data-options: sticky_on: large was misplaced

doc/pages/components/topbar.html

index 31388aaad7ca9f4f69bc99f702c2e3cf6e0e4495..e3ce713a2b0117b26282a32e6d7cd2ac63d5ce24 100644 (file)
@@ -177,8 +177,8 @@ You may also wrap your top bar in `div class="sticky"` and put it anywhere withi
 
 {{#markdown}}
 ```html
-<div class="contain-to-grid sticky" data-options="sticky_on: large">
-  <nav class="top-bar" data-topbar>
+<div class="contain-to-grid sticky">
+  <nav class="top-bar" data-topbar data-options="sticky_on: large">
     ...
   </nav>
 </div>