Skip to content

Commit

Permalink
Normalize h1 font-size. Close necolas#41
Browse files Browse the repository at this point in the history
h1 nested in 'section' and 'article' elements has a smaller
font-size in Firefox, Chrome, and Safari. This introduces browser
consistency.
  • Loading branch information
necolas committed Nov 4, 2011
1 parent 4288d2b commit e9e2874
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion normalize.css
@@ -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
Expand Down Expand Up @@ -118,6 +118,14 @@ a:active {
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
*/
Expand Down

0 comments on commit e9e2874

Please sign in to comment.