From: Miguel Cervera Date: Sun, 10 Mar 2013 00:32:31 +0000 (-0600) Subject: Fixed the property topbar-margin-bottom X-Git-Tag: v4.0.6~23^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1811%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fixed the property topbar-margin-bottom The property $topbar-margin-bottom was defined but not implemented on the scss. --- diff --git a/scss/foundation/components/_top-bar.scss b/scss/foundation/components/_top-bar.scss index 286efce12..cee3ab823 100644 --- a/scss/foundation/components/_top-bar.scss +++ b/scss/foundation/components/_top-bar.scss @@ -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 {