diff options
author | Nivesh Rajbhandari | 2012-05-04 14:42:00 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-05-04 14:42:00 -0700 |
commit | 8f8f7f9a36fb9abadea2a9f25aef0084946bebc9 (patch) | |
tree | f6c756f20b302415ac3dae5ea2e1f5788b7bfe94 /js/document | |
parent | 8f1385d4aa12173fb4d9af695b8e5036f675b621 (diff) | |
download | ninja-8f8f7f9a36fb9abadea2a9f25aef0084946bebc9.tar.gz |
Removed special-casing for new template workflow. Instead, we will enforce a width and height on the body in order to do 3d.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/document')
-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 { |