]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Minor change to Advanced example... 7989/head
authorLynda <contact@ubhape2.com>
Mon, 25 Jan 2016 04:55:35 +0000 (21:55 -0700)
committerLynda <contact@ubhape2.com>
Mon, 25 Jan 2016 04:55:35 +0000 (21:55 -0700)
This is a very minor change. In the first example you had two `top-bar-left` classes. It seems more logical to have one left and one right as that example which will then match the example below that.

docs/pages/top-bar.md

index d36f9094cc8e01bbacb16f520651132e332e30b0..da3f3f58f13de33526838da2cdb6203169eb295c 100644 (file)
@@ -51,7 +51,7 @@ You can further divide a top bar into a title area and content area. Use the `.t
   <div class="top-bar-title"></div>
   <div>
     <div class="top-bar-left"></div>
-    <div class="top-bar-left"></div>
+    <div class="top-bar-right"></div>
   </div>
 </div>
 ```