Remove CSS expressions targeting IE6. Performance issue.

This commit is contained in:
Nicolas Gallagher 2011-05-06 06:07:39 -07:00
parent e58552dbc0
commit d23156d4e4

8
normalize.css vendored
View File

@ -92,10 +92,6 @@ audio {
display: none;
}
audio[controls] {
_display: expression(this.controls ? 'inline' : 'none');
}
/*
* 1.
* Disable border for <img> element
@ -119,10 +115,6 @@ abbr[title] {
border-bottom: 1px dotted;
}
abbr {
_border-bottom: expression(this.title ? '1px dotted' : 'none');
}
/*
* Add italic font style to <dfn> element
* Fixes styling not present in C10 S5