diff options
author | Refael Iliaguyev <rellect@gmail.com> | 2017-05-01 17:54:33 +0300 |
---|---|---|
committer | Jonathan Neal <jonathantneal@hotmail.com> | 2017-05-01 10:54:33 -0400 |
commit | 7ac507237949560935c6173428251c933cfd8026 (patch) | |
tree | eab96eb38f0c13d82dbd3690c5f77b69edf4072d | |
parent | 2ac336c420fc59680df4d02ff50d85f97c8518d6 (diff) | |
download | normalize.css-7ac507237949560935c6173428251c933cfd8026.tar.gz normalize.css-7ac507237949560935c6173428251c933cfd8026.zip |
Correct the padding in firefox (#671)
-rw-r--r-- | normalize.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/normalize.css b/normalize.css index b26c100..acd5aa7 100644 --- a/normalize.css +++ b/normalize.css @@ -293,6 +293,14 @@ button:-moz-focusring, } /** + * Correct the padding in Firefox. + */ + +fieldset { + padding: 0.35em 0.75em 0.625em; +} + +/** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out |