From: Patrick Wildt Date: Fri, 14 Sep 2012 18:21:57 +0000 (+0200) Subject: mobile columns should also float on end X-Git-Tag: v3.1.1~6^2~4^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F880%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git mobile columns should also float on end --- diff --git a/scss/foundation/components/_grid.scss b/scss/foundation/components/_grid.scss index e5e70c082..c46cbbc91 100644 --- a/scss/foundation/components/_grid.scss +++ b/scss/foundation/components/_grid.scss @@ -81,6 +81,7 @@ .row { .mobile-#{convert-number-to-word($i)} { width: gridCalc($i, $mobileTotalColumns) !important; float: $defaultFloat; padding: 0 ($columnGutter/2); &:last-child { float: $defaultOpposite; } + &.end { float: $defaultFloat; } } &.collapse { .mobile-#{convert-number-to-word($i)} { padding: 0; }