]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fix random indenting. 6017/head
authorChris Talkington <chris@talkingtontech.com>
Thu, 6 Nov 2014 17:45:50 +0000 (11:45 -0600)
committerChris Talkington <chris@talkingtontech.com>
Thu, 6 Nov 2014 17:45:50 +0000 (11:45 -0600)
scss/foundation/components/_top-bar.scss

index ada19b6e2ae1843d5614e2ca4cf71a4b181bf385..87b131d594261e822e425468d51e1987ecec9597 100644 (file)
@@ -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;
+                }
               }
             }
           }