Skip to content

Commit 77e9ef4

Browse files
committed
Minor comment cleanup.
Fix necolas#50 Close necolas#58
1 parent e9e2874 commit 77e9ef4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

normalize.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! normalize.css 2011-11-04T15:27 UTC - http://github.com/necolas/normalize.css */
1+
/*! normalize.css 2011-11-04T15:36 UTC - http://github.com/necolas/normalize.css */
22

33
/* =============================================================================
44
HTML5 display definitions
@@ -135,7 +135,7 @@ abbr[title] {
135135
}
136136

137137
/*
138-
* Addresses style set to 'bolder' in FF3/4, S4/5, Chrome
138+
* Addresses style set to 'bolder' in FF3+, S4/5, Chrome
139139
*/
140140

141141
b,
@@ -325,7 +325,7 @@ legend {
325325

326326
/*
327327
* 1. Corrects font size not being inherited in all browsers
328-
* 2. Addresses margins set differently in IE6/7, FF3/4, S5, Chrome
328+
* 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
329329
* 3. Improves appearance and consistency in all browsers
330330
*/
331331

@@ -351,7 +351,7 @@ input {
351351
/*
352352
* 1. Improves usability and consistency of cursor style between image-type 'input' and others
353353
* 2. Corrects inability to style clickable 'input' types in iOS
354-
* 3. Corrects inner spacing displayed oddly in IE7 without effecting normal text inputs
354+
* 3. Removes inner spacing in IE7 without affecting normal text inputs
355355
* Known issue: inner spacing remains in IE6
356356
*/
357357

@@ -366,7 +366,7 @@ input[type="submit"] {
366366

367367
/*
368368
* 1. Addresses box sizing set to content-box in IE8/9
369-
* 2. Addresses excess padding in IE8/9
369+
* 2. Removes excess padding in IE8/9
370370
*/
371371

372372
input[type="checkbox"],
@@ -377,7 +377,7 @@ input[type="radio"] {
377377

378378
/*
379379
* 1. Addresses appearance set to searchfield in S5, Chrome
380-
* 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
380+
* 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
381381
*/
382382

383383
input[type="search"] {
@@ -388,15 +388,15 @@ input[type="search"] {
388388
}
389389

390390
/*
391-
* Corrects inner padding displayed oddly in S5, Chrome on OSX
391+
* Removes inner padding that is displayed in S5, Chrome on OS X
392392
*/
393393

394394
input[type="search"]::-webkit-search-decoration {
395395
-webkit-appearance: none;
396396
}
397397

398398
/*
399-
* Corrects inner padding and border displayed oddly in FF3/4
399+
* Removes inner padding and border in FF3+
400400
* www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
401401
*/
402402

0 commit comments

Comments
 (0)