cwdoh/cssparser.js

Asterisk prefixed CSS property name

Closed this issue · 1 comments

cwdoh commented

A hack for IE. link

.yui-button .first-child
{
    display:block;
    *display:inline-block;
}
cwdoh commented

Done