From: Stadly Date: Wed, 7 Dec 2016 11:11:59 +0000 (+0100) Subject: Remove column gutter fix from this branch X-Git-Tag: v2.3.0~7^2~33^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F657%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Remove column gutter fix from this branch The column gutter fix is in another branch. Removing from this one. --- diff --git a/scss/grid/_grid.scss b/scss/grid/_grid.scss index b748f60c..ea81daa2 100755 --- a/scss/grid/_grid.scss +++ b/scss/grid/_grid.scss @@ -69,17 +69,11 @@ th.column { padding-bottom: $column-padding-bottom; // Prevents Nested columns from double the padding - .column.first, - .columns.first { + .column, + .columns { padding-left: 0 !important; - } - .column.last, - .columns.last { padding-right: 0 !important; - } - .column, - .columns { center { min-width: none !important; }