Skip to content

Commit 579ebab

Browse files
committed
Update normalize.css from master branch
1 parent 38f540b commit 579ebab

File tree

1 file changed

+20
-13
lines changed

1 file changed

+20
-13
lines changed

normalize.css

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! normalize.css 2012-02-07T01:46 UTC - http://github.com/necolas/normalize.css */
1+
/*! normalize.css 2012-02-07T10:31 UTC - http://github.com/necolas/normalize.css */
22

33
/* =============================================================================
44
HTML5 display definitions
@@ -68,7 +68,7 @@ html {
6868
-ms-text-size-adjust: 100%; /* 2 */
6969
}
7070

71-
/*
71+
/*
7272
* Addresses font-family inconsistency between 'textarea' and other form elements.
7373
*/
7474

@@ -117,8 +117,8 @@ a:active {
117117
========================================================================== */
118118

119119
/*
120-
* Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
121-
* Fix IE6/7 heading font-size not being relative to the root font-size
120+
* Addresses font sizes and margins set differently in IE6/7
121+
* Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
122122
*/
123123

124124
h1 {
@@ -163,9 +163,9 @@ abbr[title] {
163163
* Addresses style set to 'bolder' in FF3+, S4/5, Chrome
164164
*/
165165

166-
b,
167-
strong {
168-
font-weight: bold;
166+
b,
167+
strong {
168+
font-weight: bold;
169169
}
170170

171171
blockquote {
@@ -189,6 +189,15 @@ mark {
189189
color: #000;
190190
}
191191

192+
/*
193+
* Addresses margins set differently in IE6/7
194+
*/
195+
196+
p,
197+
pre {
198+
margin: 1em 0;
199+
}
200+
192201
/*
193202
* Corrects font family set oddly in IE6, S4/5, Chrome
194203
* en.wikipedia.org/wiki/User:Davidgothberg/Test59
@@ -269,8 +278,6 @@ sub {
269278
dl,
270279
menu,
271280
ol,
272-
p,
273-
pre,
274281
ul {
275282
margin: 1em 0;
276283
}
@@ -316,7 +323,7 @@ img {
316323
}
317324

318325
/*
319-
* Corrects overflow displayed oddly in IE9
326+
* Corrects overflow displayed oddly in IE9
320327
*/
321328

322329
svg:not(:root) {
@@ -405,8 +412,8 @@ input {
405412
*/
406413

407414
button,
408-
input[type="button"],
409-
input[type="reset"],
415+
input[type="button"],
416+
input[type="reset"],
410417
input[type="submit"] {
411418
cursor: pointer; /* 1 */
412419
-webkit-appearance: button; /* 2 */
@@ -484,7 +491,7 @@ textarea {
484491
Tables
485492
========================================================================== */
486493

487-
/*
494+
/*
488495
* Remove most spacing between table cells
489496
*/
490497

0 commit comments

Comments
 (0)