]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove the margin there since it's in normalize
authorMark Otto <markdotto@gmail.com>
Mon, 3 Oct 2016 03:36:31 +0000 (20:36 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 3 Oct 2016 03:36:31 +0000 (20:36 -0700)
scss/_reboot.scss

index a24c3d3fae5a5522bbb3c4dea7812cf3a7fd75a7..2020c3ce521281f34d1ae3b4234a00a4ba7c5d1b 100644 (file)
@@ -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.