diff options
author | Ananya Sen | 2012-02-13 16:19:21 -0800 |
---|---|---|
committer | Ananya Sen | 2012-02-13 16:19:21 -0800 |
commit | b58dafe332fb57210f3d059a518a3d183c222631 (patch) | |
tree | 09fd958b0f7f3f51dc88e613e7764bdfc642b742 /user-document-templates/montage-application-cloud | |
parent | f3dc624fa464a79fd8e8cec1ddd16ed2109bda23 (diff) | |
parent | f70701db069a10dc5195605fc378a022125b434f (diff) | |
download | ninja-b58dafe332fb57210f3d059a518a3d183c222631.tar.gz |
Merge branch 'FileIO' of github.com:joseeight/ninja-internal into FileIO
Diffstat (limited to 'user-document-templates/montage-application-cloud')
-rwxr-xr-x | user-document-templates/montage-application-cloud/default_html.css | 1 | ||||
-rwxr-xr-x | user-document-templates/montage-application-cloud/index.html | 11 |
2 files changed, 7 insertions, 5 deletions
diff --git a/user-document-templates/montage-application-cloud/default_html.css b/user-document-templates/montage-application-cloud/default_html.css index 05aaf1d0..68300edf 100755 --- a/user-document-templates/montage-application-cloud/default_html.css +++ b/user-document-templates/montage-application-cloud/default_html.css | |||
@@ -7,6 +7,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
7 | * { | 7 | * { |
8 | -webkit-transition-duration: 0s !important; | 8 | -webkit-transition-duration: 0s !important; |
9 | -webkit-animation-duration: 0s !important; | 9 | -webkit-animation-duration: 0s !important; |
10 | -webkit-animation-name: none !important; | ||
10 | } | 11 | } |
11 | 12 | ||
12 | html{ | 13 | html{ |
diff --git a/user-document-templates/montage-application-cloud/index.html b/user-document-templates/montage-application-cloud/index.html index d1f9634d..63dd5926 100755 --- a/user-document-templates/montage-application-cloud/index.html +++ b/user-document-templates/montage-application-cloud/index.html | |||
@@ -4,6 +4,7 @@ | |||
4 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | 4 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> |
5 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | 5 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. |
6 | </copyright> --> | 6 | </copyright> --> |
7 | |||
7 | <html> | 8 | <html> |
8 | 9 | ||
9 | <head> | 10 | <head> |
@@ -34,15 +35,15 @@ | |||
34 | 35 | ||
35 | <body> | 36 | <body> |
36 | 37 | ||
37 | <div id="userHead"></div> | 38 | <ninja-div id="userHead"></ninja-div> |
38 | 39 | ||
39 | <div id="stageBG" class="stageDimension stageContentShadow"></div> | 40 | <ninja-div id="stageBG" class="stageDimension stageContentShadow"></ninja-div> |
40 | 41 | ||
41 | <div id="Viewport" class="stageDimension"> | 42 | <ninja-div id="Viewport" class="stageDimension"> |
42 | 43 | ||
43 | <div id="UserContent" class="stageView stageDimension global3DSettings"></div> | 44 | <ninja-div id="UserContent" class="stageView stageDimension global3DSettings"></ninja-div> |
44 | 45 | ||
45 | </div> | 46 | </ninja-div> |
46 | 47 | ||
47 | </body> | 48 | </body> |
48 | 49 | ||