Fixed white projector live view in IE 10 (missing transform-origin).

This commit is contained in:
Emanuel Schuetze 2013-06-25 14:03:36 +02:00
parent 5a5768e86f
commit 4a0c40a333
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@
-moz-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-o-transform-origin: 0 0;
transform-origin: 0 0 0;
-moz-transform: scale(0.25);
-webkit-transform: scale(0.25);
-o-transform: scale(0.25);