0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

remove the margin there since it's in normalize

This commit is contained in:
Mark Otto 2016-10-02 20:36:31 -07:00
parent dfafb660d0
commit 5d04353d6b

View 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.