diff options
author | Valerio Virgillito | 2012-05-15 23:34:05 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-15 23:34:05 -0700 |
commit | 9db5c446337e266fd604eac79ec39c840ffebbbe (patch) | |
tree | 5ae1e660d0e307fda84c3be6a66c243904d75225 /js/io | |
parent | 0eaa0be8e030a6bac5ab70af3c1044682d973366 (diff) | |
parent | 012a6e8fa8bfb56e1a50f3b2fc6058f3651701a2 (diff) | |
download | ninja-9db5c446337e266fd604eac79ec39c840ffebbbe.tar.gz |
Merge branch 'dom-architecture' of github.com:Motorola-Mobility/ninja-internal into dom-architecture
Diffstat (limited to 'js/io')
-rwxr-xr-x | js/io/templates/files/animation.txt | 6 | ||||
-rwxr-xr-x | js/io/templates/files/banner.txt | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/js/io/templates/files/animation.txt b/js/io/templates/files/animation.txt index 8a3dbd41..a850f186 100755 --- a/js/io/templates/files/animation.txt +++ b/js/io/templates/files/animation.txt | |||
@@ -8,6 +8,12 @@ | |||
8 | <!-- Ninja-Banner Dimensions@@@ --> | 8 | <!-- Ninja-Banner Dimensions@@@ --> |
9 | 9 | ||
10 | <style type="text/css"> | 10 | <style type="text/css"> |
11 | html, body { | ||
12 | width: 100%; | ||
13 | height: 100%; | ||
14 | margin: 0; | ||
15 | padding: 0; | ||
16 | } | ||
11 | .ninja-content-wrapper {} | 17 | .ninja-content-wrapper {} |
12 | .ninja-banner {} | 18 | .ninja-banner {} |
13 | </style> | 19 | </style> |
diff --git a/js/io/templates/files/banner.txt b/js/io/templates/files/banner.txt index f26accf6..fcfac14c 100755 --- a/js/io/templates/files/banner.txt +++ b/js/io/templates/files/banner.txt | |||
@@ -8,6 +8,12 @@ | |||
8 | <!-- Ninja-Banner Dimensions@@@ --> | 8 | <!-- Ninja-Banner Dimensions@@@ --> |
9 | 9 | ||
10 | <style type="text/css"> | 10 | <style type="text/css"> |
11 | html, body { | ||
12 | width: 100%; | ||
13 | height: 100%; | ||
14 | margin: 0; | ||
15 | padding: 0; | ||
16 | } | ||
11 | .ninja-content-wrapper {} | 17 | .ninja-content-wrapper {} |
12 | .ninja-banner {} | 18 | .ninja-banner {} |
13 | </style> | 19 | </style> |