aboutsummaryrefslogtreecommitdiff
path: root/js/document/templates
diff options
context:
space:
mode:
authorValerio Virgillito2012-04-24 15:36:03 -0700
committerValerio Virgillito2012-04-24 15:36:03 -0700
commit4b5cc9cf1f01552f61c08b9299b6e99366432e03 (patch)
tree1838bd03a4e4d6c8ef9b31e7e62a88fd65a1706a /js/document/templates
parent55e6d621b9555abac06ab4adff44dfe29a78ec4e (diff)
downloadninja-4b5cc9cf1f01552f61c08b9299b6e99366432e03.tar.gz
Added a body controller
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/document/templates')
-rwxr-xr-xjs/document/templates/montage-web/default_html.css2
-rwxr-xr-xjs/document/templates/montage-web/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/js/document/templates/montage-web/default_html.css b/js/document/templates/montage-web/default_html.css
index db069d4e..08e39f22 100755
--- a/js/document/templates/montage-web/default_html.css
+++ b/js/document/templates/montage-web/default_html.css
@@ -11,7 +11,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
11} 11}
12 12
13.active-element-outline { 13.active-element-outline {
14 outline: #adff2f solid 2px; 14 outline: #adff2f solid 2px;
15} 15}
16 16
17.nj-preset-transition { 17.nj-preset-transition {
diff --git a/js/document/templates/montage-web/index.html b/js/document/templates/montage-web/index.html
index 90b0f7fd..c52a5394 100755
--- a/js/document/templates/montage-web/index.html
+++ b/js/document/templates/montage-web/index.html
@@ -42,7 +42,7 @@
42 42
43 <body> 43 <body>
44 44
45 <div>IPSUM</div> 45 <!--<div>IPSUM</div>-->
46 46
47 </body> 47 </body>
48 48