Skip to content

Commit b2e8ff5

Browse files
committed
Update normalize.css and .gitignore from master
1 parent e9b53b3 commit b2e8ff5

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

normalize.css

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,6 @@ section {
2020
display: block;
2121
}
2222

23-
/*
24-
* Add display for embedded HTML5 elements
25-
* Addresses display not defined in IE6/7/8/9 & FF3
26-
*/
27-
28-
audio[controls],
29-
canvas,
30-
video {
31-
display: inline-block;
32-
*display: inline;
33-
*zoom: 1;
34-
}
35-
3623

3724
/* =============================================================================
3825
Base
@@ -69,7 +56,7 @@ body {
6956

7057
/*
7158
* Define base font-family
72-
* Addresses font-family inconsistency between <textarea> and other form elements.
59+
* Addresses font-family inconsistency between 'textarea' and other form elements.
7360
*/
7461

7562
body,
@@ -82,7 +69,7 @@ textarea {
8269

8370
/*
8471
* 1. Remove border
85-
* Improves readability when inside <a> element in all browsers
72+
* Improves readability when inside 'a' element in all browsers
8673
* 2. Allow high quality bicubic image resampling
8774
* Improves readability when scaled in IE7
8875
* Read before using : code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
@@ -348,9 +335,9 @@ input {
348335

349336
/*
350337
* 1. Display hand cursor for clickable form elements
351-
* Improves usability and consistency of cursor style between image-type <input> and others
338+
* Improves usability and consistency of cursor style between image-type 'input' and others
352339
* 2. Define appearance for clickable form elements
353-
* Fixes inability to style clickable <input> types in iOS
340+
* Fixes inability to style clickable 'input' types in iOS
354341
*/
355342

356343
button,
@@ -437,4 +424,4 @@ td {
437424
padding: 0;
438425
text-align: left;
439426
vertical-align: middle;
440-
}
427+
}

0 commit comments

Comments
 (0)