From 02fca9f550849d1b1ec24242fef500dd9ca19f0d Mon Sep 17 00:00:00 2001 From: Eric Meyer Date: Sat, 12 May 2012 14:33:25 -0600 Subject: [PATCH] remove duplicate display property on omega --- sass/susy/_grid.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sass/susy/_grid.scss b/sass/susy/_grid.scss index 6e13159b..6897387a 100644 --- a/sass/susy/_grid.scss +++ b/sass/susy/_grid.scss @@ -94,10 +94,9 @@ } @else { float: $from; margin-#{$to}: gutter($context); - } - - @if $legacy-support-for-ie6 { - display: inline; + @if $legacy-support-for-ie6 { + display: inline; + } } }