aboutsummaryrefslogtreecommitdiff
path: root/js/io
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-05-15 16:49:32 -0700
committerJose Antonio Marquez2012-05-15 16:49:32 -0700
commit620ae8f53d4da25c65adb675c0b0ee187e5754fc (patch)
tree57ceb3dd28eb5a2a0882aaf56e92984d014fb099 /js/io
parent1ab2c2925fbf6186c8d9872392831f69c61d063d (diff)
downloadninja-620ae8f53d4da25c65adb675c0b0ee187e5754fc.tar.gz
Adding special preview for templates
Diffstat (limited to 'js/io')
-rwxr-xr-xjs/io/templates/files/animation.txt6
-rwxr-xr-xjs/io/templates/files/banner.txt6
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>