From 3ce003c8d99f0043d460b5833c9e5e6bf6a9f0a7 Mon Sep 17 00:00:00 2001 From: Jose Antonio Marquez Date: Tue, 15 May 2012 11:24:05 -0700 Subject: Adding animation sub-category to new file Adding animation sub-category to template in new file. --- js/io/templates/files/animation.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 js/io/templates/files/animation.txt (limited to 'js/io/templates/files') diff --git a/js/io/templates/files/animation.txt b/js/io/templates/files/animation.txt new file mode 100755 index 00000000..33b45e53 --- /dev/null +++ b/js/io/templates/files/animation.txt @@ -0,0 +1,18 @@ +<!DOCTYPE html> + +<div class="ninja-content-wrapper"> + + <!-- Created with Motorola Mobility Ninja --> + + <!-- Ninja-Banner Dimensions@@@ --> + + <div class="ninja-banner"> + + <style type="text/css"> + .ninja-content-wrapper {} + .ninja-banner {} + </style> + + </div> + +</div> \ No newline at end of file -- cgit v1.2.3 From 1ab2c2925fbf6186c8d9872392831f69c61d063d Mon Sep 17 00:00:00 2001 From: Jose Antonio Marquez Date: Tue, 15 May 2012 15:11:26 -0700 Subject: Correcting location of Ninja meta data Needs to be inside most child div. --- js/io/templates/files/animation.txt | 7 +++---- js/io/templates/files/banner.txt | 9 ++++----- 2 files changed, 7 insertions(+), 9 deletions(-) (limited to 'js/io/templates/files') diff --git a/js/io/templates/files/animation.txt b/js/io/templates/files/animation.txt index 33b45e53..8a3dbd41 100755 --- a/js/io/templates/files/animation.txt +++ b/js/io/templates/files/animation.txt @@ -2,12 +2,11 @@ <div class="ninja-content-wrapper"> - <!-- Created with Motorola Mobility Ninja --> - - <!-- Ninja-Banner Dimensions@@@ --> - <div class="ninja-banner"> + <!-- Created with Motorola Mobility Ninja --> + <!-- Ninja-Banner Dimensions@@@ --> + <style type="text/css"> .ninja-content-wrapper {} .ninja-banner {} diff --git a/js/io/templates/files/banner.txt b/js/io/templates/files/banner.txt index 33b45e53..f26accf6 100755 --- a/js/io/templates/files/banner.txt +++ b/js/io/templates/files/banner.txt @@ -2,12 +2,11 @@ <div class="ninja-content-wrapper"> - <!-- Created with Motorola Mobility Ninja --> - - <!-- Ninja-Banner Dimensions@@@ --> - <div class="ninja-banner"> - + + <!-- Created with Motorola Mobility Ninja --> + <!-- Ninja-Banner Dimensions@@@ --> + <style type="text/css"> .ninja-content-wrapper {} .ninja-banner {} -- cgit v1.2.3