Skip to content

Commit 7372f50

Browse files
committed
Very minor copy typo fix and zoom property change.
1 parent 8cece82 commit 7372f50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

normalize.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! normalize.css 2011-06-21T18:23 UTC · http://github.com/necolas/normalize.css */
1+
/*! normalize.css 2011-06-27T20:08 UTC · http://github.com/necolas/normalize.css */
22

33
/* =============================================================================
44
HTML5 element display
@@ -31,7 +31,7 @@ canvas,
3131
video {
3232
display: inline-block;
3333
*display: inline;
34-
zoom: 1;
34+
*zoom: 1;
3535
}
3636

3737

@@ -390,7 +390,7 @@ input::-moz-focus-inner {
390390

391391
/*
392392
* 1. Removes default vertical scrollbar in IE6/7/8/9
393-
* 2. Improves readability and aligment in all browsers
393+
* 2. Improves readability and alignment in all browsers
394394
*/
395395

396396
textarea {

0 commit comments

Comments
 (0)