From a2ae3b5d7a49b67da03ff9b0878c2d2a53fbc821 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Sat, 25 Jan 2014 16:50:27 -0800 Subject: [PATCH] Revert 6992935807a5ed7ec60fb97e3f9fd02cc102a110 Doesn't work in Firefox. --- normalize.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/normalize.css b/normalize.css index 0fbd474..691996f 100644 --- a/normalize.css +++ b/normalize.css @@ -244,15 +244,13 @@ figure { ========================================================================== */ /** - * 1. Define consistent border, margin, and padding. - * 2. Address width being affected by wide descendants in Chrome and Firefox. + * Define consistent border, margin, and padding. */ fieldset { - border: 1px solid #c0c0c0; /* 1 */ - margin: 0 2px; /* 1 */ - min-width: 0; /* 2 */ - padding: 0.35em 0.625em 0.75em; /* 1 */ + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; } /**