Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. Fixes #760.
This commit is contained in:
parent
bf71575bb4
commit
449e099b97
3 changed files with 18 additions and 3 deletions
|
@ -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%; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue