diff --git a/normalize.css b/normalize.css index e9a501d..66b2383 100644 --- a/normalize.css +++ b/normalize.css @@ -51,11 +51,28 @@ html { } /* - * Remove margin from element + * 1. Define the base font-size of choice; set in % or em to retain text resizing in IE6/7 + * 2. Define the base line-height of choice. + * 3. Remove margin from element */ body { - margin: 0; + font-size: 100%; /* 1 */ + line-height: normal; /* 2 */ + margin: 0; /* 3 */ +} + +/* + * Define the base font-family and text color for and form elements + * Fixes font-family inconsistency between