diff --git a/normalize.css b/normalize.css index e84eef5..3d5b684 100644 --- a/normalize.css +++ b/normalize.css @@ -1,4 +1,4 @@ -/*! normalize.css 2012-02-07T01:46 UTC - http://github.com/necolas/normalize.css */ +/*! normalize.css 2012-02-07T05:02 UTC - http://github.com/necolas/normalize.css */ /* ============================================================================= HTML5 display definitions @@ -117,8 +117,8 @@ a:active { ========================================================================== */ /* - * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5 - * Fix IE6/7 heading font-size not being relative to the root font-size + * Addresses font sizes and margins set differently in IE6/7 + * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5 */ h1 { @@ -133,6 +133,11 @@ h2 { h3 { font-size: 1.17em; +} + +h3, +p, +pre { margin: 1em 0; } @@ -172,6 +177,14 @@ blockquote { margin: 1em 40px; } +/* + * Addresses styling not present in IE6/7 + */ + +hr { + margin: 0.5em auto; +} + /* * Addresses styling not present in S5, Chrome */ @@ -269,8 +282,6 @@ sub { dl, menu, ol, -p, -pre, ul { margin: 1em 0; }