diff options
Diffstat (limited to 'js/document/templates')
-rwxr-xr-x | js/document/templates/montage-web/default_html.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/js/document/templates/montage-web/default_html.css b/js/document/templates/montage-web/default_html.css index e62a20a9..7979d1e9 100755 --- a/js/document/templates/montage-web/default_html.css +++ b/js/document/templates/montage-web/default_html.css | |||
@@ -16,7 +16,10 @@ body { | |||
16 | 16 | ||
17 | position: absolute; | 17 | position: absolute; |
18 | -webkit-transform-style: preserve-3d; | 18 | -webkit-transform-style: preserve-3d; |
19 | -webkit-perspective: 1400px; | 19 | -webkit-transform: perspective(1400) matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); |
20 | |||
21 | width: 1460px; | ||
22 | height: 880px; | ||
20 | } | 23 | } |
21 | 24 | ||
22 | .active-element-outline { | 25 | .active-element-outline { |