mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
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:
parent
4288d2b7cf
commit
e9e28741f4
10
normalize.css
vendored
10
normalize.css
vendored
@ -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
|
||||
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user