From be416ea77d0c8864e128bec41e3d1a9d13d13312 Mon Sep 17 00:00:00 2001 From: Chris Talkington Date: Thu, 6 Nov 2014 11:45:50 -0600 Subject: [PATCH] fix random indenting. --- scss/foundation/components/_top-bar.scss | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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; + } } } } -- 2.47.2