diff options
author | Valerio Virgillito | 2012-05-08 17:33:06 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-08 17:33:06 -0700 |
commit | b425025001c0ef0ea0ea8439d60a133c3fac61b0 (patch) | |
tree | 4804baba47bebcdd84e12dc0490a103bd3c69f7c /js/document/templates | |
parent | dd7a68b7c35c19932760e5cae87fd1d232a4cff1 (diff) | |
parent | d55b7418119c380241f6a2788ff8c84fcd44e143 (diff) | |
download | ninja-b425025001c0ef0ea0ea8439d60a133c3fac61b0.tar.gz |
Merge branch 'dom-architecture' of github.com:Motorola-Mobility/ninja-internal into dom-architecture
Diffstat (limited to 'js/document/templates')
-rwxr-xr-x | js/document/templates/montage-web/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/document/templates/montage-web/index.html b/js/document/templates/montage-web/index.html index 47964ae4..6bd5ce7a 100755 --- a/js/document/templates/montage-web/index.html +++ b/js/document/templates/montage-web/index.html | |||
@@ -26,6 +26,11 @@ | |||
26 | -webkit-transform: perspective(1400) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); | 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 | 28 | ||
29 | html { | ||
30 | overflow: scroll; | ||
31 | padding: 0 11px 11px 0; | ||
32 | } | ||
33 | |||
29 | html, body { | 34 | html, body { |
30 | width: 100%; | 35 | width: 100%; |
31 | height: 100%; | 36 | height: 100%; |