From: Mark Otto Date: Mon, 3 Oct 2016 03:36:31 +0000 (-0700) Subject: remove the margin there since it's in normalize X-Git-Tag: v4.0.0-alpha.5~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d04353d6b2d74b7f9273a4918870785f811e35e;p=thirdparty%2Fbootstrap.git remove the margin there since it's in normalize --- diff --git a/scss/_reboot.scss b/scss/_reboot.scss index a24c3d3fae..2020c3ce52 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -312,8 +312,6 @@ input, button, select, textarea { - // Remove all `margin`s so our classes don't have to do it themselves. - margin: 0; // Normalize includes `font: inherit;`, so `font-family`. `font-size`, etc are // properly inherited. However, `line-height` isn't addressed there. Using this // ensures we don't need to unnecessarily redeclare the global font stack.