no need to set textlayer properties which are overwritten in individual styles.

This commit is contained in:
Fabian Lange 2014-08-19 22:47:39 +02:00
parent 6a0aa2cf49
commit 1da38ec91e

View File

@ -1305,8 +1305,6 @@ canvas {
top: 0; top: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
color: #000;
font-family: sans-serif;
overflow: hidden; overflow: hidden;
} }
@ -1967,4 +1965,3 @@ html[dir='rtl'] #documentPropertiesOverlay .row > * {
display: none; display: none;
} }
} }