]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix for #5556 - Wrap division with parentheses 5605/head
authorChris Lee <iam@chrisjlee.net>
Wed, 13 Aug 2014 04:51:31 +0000 (23:51 -0500)
committerChris Lee <iam@chrisjlee.net>
Wed, 13 Aug 2014 04:51:31 +0000 (23:51 -0500)
scss/foundation/components/_global.scss

index d97d36eaec023dbe036cbccee760d7c2a9ac7d9a..b5b7d705b6bcd739a2f726a2a5520d565a68f0e9 100755 (executable)
@@ -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;
     }