From 111ea229ebda6582aa0e3c254ad94e6d129bc922 Mon Sep 17 00:00:00 2001 From: Siarhei Bobryk Date: Wed, 16 Sep 2020 13:22:42 +0300 Subject: [PATCH] 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. --- normalize.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/normalize.css b/normalize.css index 192eb9c..0af2ba7 100644 --- a/normalize.css +++ b/normalize.css @@ -223,7 +223,7 @@ button:-moz-focusring, } /** - * Correct the padding in Firefox. + * Correct the padding in IE11 and IE10. */ fieldset {