]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Another syntax fix to section 1657/head
authorSam Georges <sam@daftspunk.com>
Sat, 2 Mar 2013 11:20:42 +0000 (22:20 +1100)
committerSam Georges <sam@daftspunk.com>
Sat, 2 Mar 2013 11:20:42 +0000 (22:20 +1100)
scss/foundation/components/_section.scss

index 7fe073192b8a339755ec7bbf89ee6e09da329c38..ee0adb0fcfef4ba1564dce6611b1a31b0fceb1bf 100644 (file)
@@ -90,7 +90,7 @@ $section-bottom-margin:          emCalc(20px) !default;
       padding: $section-padding;
       background-color: $section-content-bg;
 
-      *:last-child { margin-bottom: 0; }
+      &:last-child { margin-bottom: 0; }
     }
 
     &.active {