aboutsummaryrefslogtreecommitdiff
path: root/js/io
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-05-14 16:35:09 -0700
committerJose Antonio Marquez2012-05-14 16:35:09 -0700
commit150b6eb2be526627d588a0cf7226ddad7a399b8f (patch)
treee72b6ca1c7e419291f5b088b60c6f05693d3f264 /js/io
parent835df7fcacda5137f0953892e467e5a84f775b35 (diff)
downloadninja-150b6eb2be526627d588a0cf7226ddad7a399b8f.tar.gz
Fixing banner template
Need to implement save, but this cover open and new.
Diffstat (limited to 'js/io')
-rwxr-xr-xjs/io/templates/files/banner.txt15
1 files changed, 10 insertions, 5 deletions
diff --git a/js/io/templates/files/banner.txt b/js/io/templates/files/banner.txt
index fdafe4f6..33b45e53 100755
--- a/js/io/templates/files/banner.txt
+++ b/js/io/templates/files/banner.txt
@@ -1,13 +1,18 @@
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 <!-- Created with Motorola Mobility Ninja -->
6 6
7 <!-- Ninja-Banner Dimensions@@@ --> 7 <!-- Ninja-Banner Dimensions@@@ -->
8 8
9 <style type="text/css"> 9 <div class="ninja-banner">
10 .ninja-banner {} 10
11 </style> 11 <style type="text/css">
12 .ninja-content-wrapper {}
13 .ninja-banner {}
14 </style>
15
16 </div>
12 17
13</div> \ No newline at end of file 18</div> \ No newline at end of file