fix error in text size calculation

This commit is contained in:
nightwing 2012-04-20 16:55:15 +04:00
commit 9ca9b010ba

View file

@ -131,6 +131,7 @@
.ace_text-layer {
color: black;
font: inherit !important;
}
.ace_cjk {
@ -305,4 +306,4 @@
-ms-transition-duration: 0s;
transition-duration: 0s;
opacity:1;
}
}