aboutsummaryrefslogtreecommitdiff
path: root/js/io/templates/files/banner.txt
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-16 00:54:40 -0700
committerValerio Virgillito2012-05-16 00:54:40 -0700
commita9672abd32c2e03b8607c1af4903c90f7ff9531c (patch)
tree30da60ed624d3d60b09fc04672c502bbed3b11f8 /js/io/templates/files/banner.txt
parent6dfe2e62b1d7a71daf097aac3a31213d564e6122 (diff)
parent2b21e91a3343229bb87179e08be1e532fcf9b8f9 (diff)
downloadninja-a9672abd32c2e03b8607c1af4903c90f7ff9531c.tar.gz
Merge branch 'dom-architecture' of github.com:Motorola-Mobility/ninja-internal into dom-architecture
Diffstat (limited to 'js/io/templates/files/banner.txt')
-rwxr-xr-xjs/io/templates/files/banner.txt24
1 files changed, 17 insertions, 7 deletions
diff --git a/js/io/templates/files/banner.txt b/js/io/templates/files/banner.txt
index fdafe4f6..fcfac14c 100755
--- a/js/io/templates/files/banner.txt
+++ b/js/io/templates/files/banner.txt
@@ -1,13 +1,23 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2 2
3<div class="ninja-banner"> 3<div class="ninja-content-wrapper">
4 4
5 <!-- Created with Motorola Mobility Ninja --> 5 <div class="ninja-banner">
6 6
7 <!-- Ninja-Banner Dimensions@@@ --> 7 <!-- Created with Motorola Mobility Ninja -->
8 <!-- Ninja-Banner Dimensions@@@ -->
8 9
9 <style type="text/css"> 10 <style type="text/css">
10 .ninja-banner {} 11 html, body {
11 </style> 12 width: 100%;
13 height: 100%;
14 margin: 0;
15 padding: 0;
16 }
17 .ninja-content-wrapper {}
18 .ninja-banner {}
19 </style>
20
21 </div>
12 22
13</div> \ No newline at end of file 23</div> \ No newline at end of file