File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1- /*! normalize.css 2012-02-07T12:37 UTC - http://github.com/necolas/normalize.css */
1+ /*! normalize.css 2012-03-06T10:21 UTC - http://github.com/necolas/normalize.css */
22
33/* =============================================================================
44 HTML5 display definitions
@@ -36,10 +36,12 @@ video {
3636
3737/*
3838 * Prevents modern browsers from displaying 'audio' without controls
39+ * Remove excess height in iOS5 devices
3940 */
4041
4142audio : not ([controls ]) {
4243 display : none;
44+ height : 0 ;
4345}
4446
4547/*
@@ -369,7 +371,7 @@ fieldset {
369371
370372/*
371373 * 1. Corrects color not being inherited in IE6/7/8/9
372- * 2. Corrects text not wrapping in FF3
374+ * 2. Corrects text not wrapping in FF3
373375 * 3. Corrects alignment displayed oddly in IE6/7
374376 */
375377
You can’t perform that action at this time.
0 commit comments