diff options
| author | Mark Otto <[email protected]> | 2016-10-02 20:36:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-02 20:36:31 -0700 |
| commit | 5d04353d6b2d74b7f9273a4918870785f811e35e (patch) | |
| tree | 1abd5e5b8ca5223e66258da25e74b95d00757ea5 | |
| parent | dfafb660d068073169d49468b9ac7672852623e2 (diff) | |
| download | bootstrap-5d04353d6b2d74b7f9273a4918870785f811e35e.tar.xz bootstrap-5d04353d6b2d74b7f9273a4918870785f811e35e.zip | |
remove the margin there since it's in normalize
| -rw-r--r-- | scss/_reboot.scss | 2 |
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. |
