Normalize h1 font-size. Close #41

h1 nested in 'section' and 'article' elements has a smaller
font-size in Firefox, Chrome, and Safari. This introduces browser
consistency.
This commit is contained in:
Nicolas Gallagher 2011-11-04 15:27:41 +00:00
parent 4288d2b7cf
commit e9e28741f4

10
normalize.css vendored
View File

@ -1,4 +1,4 @@
/*! normalize.css 2011-10-24T11:29 UTC - http://github.com/necolas/normalize.css */ /*! normalize.css 2011-11-04T15:27 UTC - http://github.com/necolas/normalize.css */
/* ============================================================================= /* =============================================================================
HTML5 display definitions HTML5 display definitions
@ -118,6 +118,14 @@ a:active {
Typography Typography
========================================================================== */ ========================================================================== */
/*
* Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
*/
h1 {
font-size: 2em;
}
/* /*
* Addresses styling not present in IE7/8/9, S5, Chrome * Addresses styling not present in IE7/8/9, S5, Chrome
*/ */