aboutsummaryrefslogtreecommitdiff
path: root/js/document/templates
diff options
context:
space:
mode:
authorValerio Virgillito2012-04-20 16:37:47 -0700
committerValerio Virgillito2012-04-20 16:37:47 -0700
commitc62273126004f057de40ce91ecda5606643f4c92 (patch)
tree4f55b7017e3387b90ae57fa71222706bd0ebec66 /js/document/templates
parentc0bb9d7740a0fa2efce6c53c39054a46da4b63e0 (diff)
downloadninja-c62273126004f057de40ce91ecda5606643f4c92.tar.gz
reverting old template to current working status. New template work.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/document/templates')
-rwxr-xr-xjs/document/templates/montage-web/default_html.css11
-rwxr-xr-xjs/document/templates/montage-web/index.html10
2 files changed, 9 insertions, 12 deletions
diff --git a/js/document/templates/montage-web/default_html.css b/js/document/templates/montage-web/default_html.css
index 05165898..db069d4e 100755
--- a/js/document/templates/montage-web/default_html.css
+++ b/js/document/templates/montage-web/default_html.css
@@ -10,17 +10,6 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
10 -webkit-animation-name: none !important; 10 -webkit-animation-name: none !important;
11} 11}
12 12
13html{
14 /*overflow:hidden;*/
15}
16
17body
18{
19 width: 100%;
20 height: 100%;
21 background: pink;
22}
23
24.active-element-outline { 13.active-element-outline {
25 outline: #adff2f solid 2px; 14 outline: #adff2f solid 2px;
26} 15}
diff --git a/js/document/templates/montage-web/index.html b/js/document/templates/montage-web/index.html
index 60946aac..90b0f7fd 100755
--- a/js/document/templates/montage-web/index.html
+++ b/js/document/templates/montage-web/index.html
@@ -30,11 +30,19 @@
30 } 30 }
31 </script> 31 </script>
32 32
33 <style>
34 div {
35 width: 4000px;
36 height: 300px;
37 background: red;
38 }
39 </style>
40
33 </head> 41 </head>
34 42
35 <body> 43 <body>
36 44
37 <!--<ninja-div id="userHead"></ninja-div>--> 45 <div>IPSUM</div>
38 46
39 </body> 47 </body>
40 48