From: Chris Lee Date: Wed, 13 Aug 2014 04:51:31 +0000 (-0500) Subject: Fix for #5556 - Wrap division with parentheses X-Git-Tag: v5.4.1~5^2~4^2~3^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5605%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix for #5556 - Wrap division with parentheses --- diff --git a/scss/foundation/components/_global.scss b/scss/foundation/components/_global.scss index d97d36eae..b5b7d705b 100755 --- a/scss/foundation/components/_global.scss +++ b/scss/foundation/components/_global.scss @@ -149,7 +149,7 @@ $base-line-height: 150% !default; } @else { top: 50%; - margin-top: -$width/2; + margin-top: -($width/2); #{$opposite-direction}: $topbar-link-padding; }