diff options
author | Jose Antonio Marquez | 2012-05-08 17:34:04 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-05-08 17:34:04 -0700 |
commit | ef1daccfad5381badd53b9d045c2687f9b0e090d (patch) | |
tree | 1eaf6ce286968cd8fe6b16e5991597ae16084658 /js/document/templates | |
parent | a1e8540f5656e62db6a89f3af7829be6b259b7ed (diff) | |
parent | d55b7418119c380241f6a2788ff8c84fcd44e143 (diff) | |
download | ninja-ef1daccfad5381badd53b9d045c2687f9b0e090d.tar.gz |
Merge branch 'refs/heads/Ninja-DOM-Architecture' into Document
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 3d550768..e02d8d8e 100755 --- a/js/document/templates/montage-web/index.html +++ b/js/document/templates/montage-web/index.html | |||
@@ -33,6 +33,11 @@ | |||
33 | -webkit-transform: perspective(1400) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); | 33 | -webkit-transform: perspective(1400) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); |
34 | } | 34 | } |
35 | 35 | ||
36 | html { | ||
37 | overflow: scroll; | ||
38 | padding: 0 11px 11px 0; | ||
39 | } | ||
40 | |||
36 | html, body { | 41 | html, body { |
37 | width: 100%; | 42 | width: 100%; |
38 | height: 100%; | 43 | height: 100%; |