From: Marco Biedermann Date: Sat, 14 Feb 2015 14:35:24 +0000 (+0100) Subject: indent using two spaces X-Git-Tag: v5.5.2~83^2~3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6293%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git indent using two spaces --- diff --git a/scss/foundation/components/_orbit.scss b/scss/foundation/components/_orbit.scss index e357b8893..ed54f8468 100644 --- a/scss/foundation/components/_orbit.scss +++ b/scss/foundation/components/_orbit.scss @@ -147,10 +147,10 @@ $orbit-timer-hide-for-small: true !default; &:first-child { @if $text-direction == rtl { - margin-right: 0; + margin-right: 0; } @else { - margin-left: 0; + margin-left: 0; } }