From: neil-h Date: Wed, 7 May 2014 18:12:40 +0000 (-0700) Subject: remove padding-right from topbar menu icon X-Git-Tag: v5.2.3~17^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F5123%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git remove padding-right from topbar menu icon The rule padding-right: 25px; at line 231 pushes the menu icon half way out of the topbar element, as can be seen at http://foundation.zurb.com/docs/components/topbar.html. Removing the rule fixes it. --- diff --git a/scss/foundation/components/_top-bar.scss b/scss/foundation/components/_top-bar.scss index 47e810f23..1eb704fbd 100644 --- a/scss/foundation/components/_top-bar.scss +++ b/scss/foundation/components/_top-bar.scss @@ -228,7 +228,6 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the height: 34px; line-height: 33px; padding: 0; - padding-right: 25px; color: $topbar-menu-link-color; position: relative;