Skip to content

Commit b9471ae

Browse files
committed
Merge pull request necolas#14 from AustinWi/patch-1
Remove <tags> from CSS comments to avoid any problems with CSS formatting tools.
2 parents 0b20e49 + db6ee26 commit b9471ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

normalize.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ body {
6969

7070
/*
7171
* Define base font-family
72-
* Addresses font-family inconsistency between <textarea> and other form elements.
72+
* Addresses font-family inconsistency between 'textarea' and other form elements.
7373
*/
7474

7575
body,
@@ -82,7 +82,7 @@ textarea {
8282

8383
/*
8484
* 1. Remove border
85-
* Improves readability when inside <a> element in all browsers
85+
* Improves readability when inside 'a' element in all browsers
8686
* 2. Allow high quality bicubic image resampling
8787
* Improves readability when scaled in IE7
8888
* Read before using : code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
@@ -348,9 +348,9 @@ input {
348348

349349
/*
350350
* 1. Display hand cursor for clickable form elements
351-
* Improves usability and consistency of cursor style between image-type <input> and others
351+
* Improves usability and consistency of cursor style between image-type 'input' and others
352352
* 2. Define appearance for clickable form elements
353-
* Fixes inability to style clickable <input> types in iOS
353+
* Fixes inability to style clickable 'input' types in iOS
354354
*/
355355

356356
button,

0 commit comments

Comments
 (0)