diff --git a/normalize.css b/normalize.css index 2a0f5a9..367436b 100644 --- a/normalize.css +++ b/normalize.css @@ -1,4 +1,4 @@ -/*! normalize.css 2012-01-22T22:44 UTC - http://github.com/necolas/normalize.css */ +/*! normalize.css 2012-01-22T23:00 UTC - http://github.com/necolas/normalize.css */ /* ============================================================================= HTML5 display definitions @@ -68,6 +68,18 @@ html { -ms-text-size-adjust: 100%; /* 2 */ } +/* + * Addresses font-family inconsistency between 'textarea' and other form elements. + */ + +html, +button, +input, +select, +textarea { + font-family: sans-serif; +} + /* * Addresses margins handled incorrectly in IE6/7 */ @@ -76,18 +88,6 @@ body { margin: 0; } -/* - * Addresses font-family inconsistency between 'textarea' and other form elements. - */ - -body, -button, -input, -select, -textarea { - font-family: sans-serif; -} - /* ============================================================================= Links