From: Sam Georges Date: Sat, 2 Mar 2013 11:20:42 +0000 (+1100) Subject: Another syntax fix to section X-Git-Tag: v4.0.4~38^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1657%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Another syntax fix to section --- diff --git a/scss/foundation/components/_section.scss b/scss/foundation/components/_section.scss index 7fe073192..ee0adb0fc 100644 --- a/scss/foundation/components/_section.scss +++ b/scss/foundation/components/_section.scss @@ -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 {