diff options
Diffstat (limited to 'js/document/templates')
-rwxr-xr-x | js/document/templates/montage-web/default_html.css | 11 | ||||
-rwxr-xr-x | js/document/templates/montage-web/index.html | 10 |
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 | ||
13 | html{ | ||
14 | /*overflow:hidden;*/ | ||
15 | } | ||
16 | |||
17 | body | ||
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 | ||