Browse Source

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

Fabian Lange 11 years ago
parent
commit
1da38ec91e
  1. 3
      web/viewer.css

3
web/viewer.css

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

Loading…
Cancel
Save