Skip to content

Commit

Permalink
Remove <audio>, <video>, <canvas> display set to inline-block. Defaul…
Browse files Browse the repository at this point in the history
…t display is inline. Fix necolas#10
  • Loading branch information
necolas committed Jun 14, 2011
1 parent 7751935 commit fc842fc
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,6 @@ section {
display: block;
}

/*
* Add display for embedded HTML5 elements
* Addresses display not defined in IE6/7/8/9 & FF3
*/

audio[controls],
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}


/* =============================================================================
Base
Expand Down Expand Up @@ -437,4 +424,4 @@ td {
padding: 0;
text-align: left;
vertical-align: middle;
}
}

0 comments on commit fc842fc

Please sign in to comment.