From: Bernd Matzner Date: Tue, 31 Jul 2012 15:34:53 +0000 (+0300) Subject: Added missing 0 value to button.full-width padding X-Git-Tag: v3.0.8.rc1~56^2~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F730%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Added missing 0 value to button.full-width padding --- diff --git a/stylesheets/foundation/components/modules/_buttons.scss b/stylesheets/foundation/components/modules/_buttons.scss index 7be208df6..4d5168c31 100644 --- a/stylesheets/foundation/components/modules/_buttons.scss +++ b/stylesheets/foundation/components/modules/_buttons.scss @@ -40,7 +40,7 @@ &.round { @include border-radius(1000px); } /* Layout */ - &.full-width { width: 100%; text-align: center; padding-left: 0 !important; padding-right: !important; } + &.full-width { width: 100%; text-align: center; padding-left: 0 !important; padding-right: 0 !important; } &.left-align { text-align: left; text-indent: 12px; } /* Disabled ---------- */