Skip to content

Commit 94b34cf

Browse files
crswlljonathantneal
authored andcommitted
Corrected some comment numbering. (#110)
1 parent bf0fab3 commit 94b34cf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sanitize.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ html {
9393
font-family: sans-serif; /* 3 */
9494
line-height: 1.5; /* 3 */
9595
-ms-text-size-adjust: 100%; /* 4 */
96-
-webkit-text-size-adjust: 100%; /* 5 */
96+
-webkit-text-size-adjust: 100%; /* 4 */
9797
}
9898

9999
/* Sections (https://www.w3.org/TR/html5/sections.html)
@@ -333,7 +333,7 @@ table {
333333

334334
/**
335335
* 1. Remove the default styling in all browsers (opinionated).
336-
* 3. Remove the margin in Firefox and Safari.
336+
* 2. Remove the margin in Firefox and Safari.
337337
*/
338338

339339
button,
@@ -344,7 +344,7 @@ textarea {
344344
border-style: none; /* 1 */
345345
color: inherit; /* 1 */
346346
font-size: 1em; /* 1 */
347-
margin: 0; /* 3 */
347+
margin: 0; /* 2 */
348348
}
349349

350350
/**

0 commit comments

Comments
 (0)