aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-10-02 20:36:31 -0700
committerMark Otto <[email protected]>2016-10-02 20:36:31 -0700
commit5d04353d6b2d74b7f9273a4918870785f811e35e (patch)
tree1abd5e5b8ca5223e66258da25e74b95d00757ea5
parentdfafb660d068073169d49468b9ac7672852623e2 (diff)
downloadbootstrap-5d04353d6b2d74b7f9273a4918870785f811e35e.tar.xz
bootstrap-5d04353d6b2d74b7f9273a4918870785f811e35e.zip
remove the margin there since it's in normalize
-rw-r--r--scss/_reboot.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index a24c3d3fa..2020c3ce5 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.