Change the comment about fieldset for Firefox

Specifying the padding property for the fieldset element for Firefox is
not necessary anymore. However, it is required for IE10 and IE11.
This commit is contained in:
Siarhei Bobryk 2020-09-16 13:22:42 +03:00
parent fc091cce15
commit 111ea229eb
No known key found for this signature in database
GPG Key ID: D27ED1F4CAF5701A

View File

@ -223,7 +223,7 @@ button:-moz-focusring,
} }
/** /**
* Correct the padding in Firefox. * Correct the padding in IE11 and IE10.
*/ */
fieldset { fieldset {