diff options
author | Nivesh Rajbhandari | 2012-05-04 15:32:25 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-05-04 15:32:25 -0700 |
commit | 3ad9024bcfce76e28816daa02bac14fc8985ca62 (patch) | |
tree | 810ce7161edc32629e869c37ceec854cebf6a228 /js/document/templates | |
parent | ce2d581894f9e433a7b73e4b622352a657b6ddaa (diff) | |
download | ninja-3ad9024bcfce76e28816daa02bac14fc8985ca62.tar.gz |
Fixing body's default styles.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/document/templates')
-rwxr-xr-x | js/document/templates/montage-web/index.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/js/document/templates/montage-web/index.html b/js/document/templates/montage-web/index.html index 1c6b6287..47964ae4 100755 --- a/js/document/templates/montage-web/index.html +++ b/js/document/templates/montage-web/index.html | |||
@@ -23,8 +23,13 @@ | |||
23 | padding: 0; | 23 | padding: 0; |
24 | position: absolute; | 24 | position: absolute; |
25 | -webkit-transform-style: preserve-3d; | 25 | -webkit-transform-style: preserve-3d; |
26 | -webkit-perspective: 1400px; | 26 | -webkit-transform: perspective(1400) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); |
27 | } | 27 | } |
28 | |||
29 | html, body { | ||
30 | width: 100%; | ||
31 | height: 100%; | ||
32 | } | ||
28 | 33 | ||
29 | ninjaloadinghack { | 34 | ninjaloadinghack { |
30 | display: none; | 35 | display: none; |