From: Chris Talkington Date: Thu, 6 Nov 2014 17:45:50 +0000 (-0600) Subject: fix random indenting. X-Git-Tag: v5.5.0~52^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6017%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fix random indenting. --- diff --git a/scss/foundation/components/_top-bar.scss b/scss/foundation/components/_top-bar.scss index ada19b6e2..87b131d59 100644 --- a/scss/foundation/components/_top-bar.scss +++ b/scss/foundation/components/_top-bar.scss @@ -553,14 +553,14 @@ $topbar-dropdown-arrows: true !default; //Set false to remove the \00bb >> text .dropdown li.has-dropdown { & > a { @if ($topbar-dropdown-arrows){ - &:after { - border: none; - content: "\00bb"; - top: 1rem; - margin-top: -1px; - #{$opposite-direction}: 5px; - line-height: 1.2; - } + &:after { + border: none; + content: "\00bb"; + top: 1rem; + margin-top: -1px; + #{$opposite-direction}: 5px; + line-height: 1.2; + } } } }