Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. Fixes #760.

This commit is contained in:
John Resig 2009-11-11 14:17:16 -05:00
parent bf71575bb4
commit 449e099b97
3 changed files with 18 additions and 3 deletions

View file

@ -103,3 +103,7 @@ div.chain.out { background: green; }
div.chain.out div { background: red; display: none; }
div#show-tests * { display: none; }
#nothiddendiv { font-size: 16px; }
#nothiddendivchild.em { font-size: 2em; }
#nothiddendivchild.prct { font-size: 150%; }