Remove stray IE 6/7 hack

This commit is contained in:
François Robichet 2012-08-20 12:40:16 +03:00 committed by Nicolas Gallagher
parent 494d32bd1d
commit dcc17fd21a
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
== HEAD
* Remove stray IE 6/7 `inline-block` hack from HTML5 display settings.
== 2.0.0 (August 19, 2012) == 2.0.0 (August 19, 2012)
* Remove legacy browser form normalizations. * Remove legacy browser form normalizations.

2
normalize.css vendored
View File

@ -30,8 +30,6 @@ audio,
canvas, canvas,
video { video {
display: inline-block; display: inline-block;
*display: inline;
*zoom: 1;
} }
/* /*