Skip to content

Commit a85afa1

Browse files
committed
Update normalize.css from master branch
1 parent a8f83a8 commit a85afa1

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

normalize.css

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! normalize.css 2011-07-20T19:34 UTC · http://github.com/necolas/normalize.css */
1+
/*! normalize.css 2011-08-03T09:41 UTC · http://github.com/necolas/normalize.css */
22

33
/* =============================================================================
44
HTML5 display definitions
@@ -42,13 +42,11 @@ audio:not([controls]) {
4242
}
4343

4444
/*
45-
* Addresses styling not present IE6/7/8/9, FF3, S4
46-
* Ensures content is hidden from all presentations, including screenreaders
45+
* Addresses styling for 'hidden' attribute not present in IE6/7/8/9, FF3, S4
4746
*/
4847

4948
[hidden] {
5049
display: none;
51-
visibility: hidden;
5250
}
5351

5452

@@ -60,18 +58,15 @@ audio:not([controls]) {
6058
* 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
6159
* http://clagnut.com/blog/348/#c790
6260
* 2. Keeps page centred in all browsers regardless of content height
63-
* 3. Removes Android and iOS tap highlight color to prevent entire container being highlighted
64-
* www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
65-
* 4. Prevents iOS text size adjust after orientation change, without disabling user zoom
61+
* 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
6662
* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
6763
*/
6864

6965
html {
7066
font-size: 100%; /* 1 */
7167
overflow-y: scroll; /* 2 */
72-
-webkit-tap-highlight-color: rgba(0,0,0,0); /* 3 */
73-
-webkit-text-size-adjust: 100%; /* 4 */
74-
-ms-text-size-adjust: 100%; /* 4 */
68+
-webkit-text-size-adjust: 100%; /* 3 */
69+
-ms-text-size-adjust: 100%; /* 3 */
7570
}
7671

7772
/*
@@ -254,6 +249,7 @@ dd {
254249
nav ul,
255250
nav ol {
256251
list-style: none;
252+
list-style-image: none;
257253
}
258254

259255

0 commit comments

Comments
 (0)