]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fixed the property topbar-margin-bottom 1811/head
authorMiguel Cervera <miguelcerverac@gmail.com>
Sun, 10 Mar 2013 00:32:31 +0000 (18:32 -0600)
committerMiguel Cervera <miguelcerverac@gmail.com>
Sun, 10 Mar 2013 00:32:31 +0000 (18:32 -0600)
The property $topbar-margin-bottom was defined but not implemented on the scss.

scss/foundation/components/_top-bar.scss

index 286efce128dcbf763ed0b4757f5654eb19812971..cee3ab823f996038e9c93e83275e29681bbbc1fa 100644 (file)
@@ -65,6 +65,7 @@ $topbar-media-query: "only screen and (min-width:"#{$topbar-breakpoint}")" !defa
   line-height: $topbar-height;
   position: relative;
   background: $topbar-bg;
+  margin-bottom: $topbar-margin-bottom;
 
   // Topbar Global list Styles
   ul {