aboutsummaryrefslogtreecommitdiff
path: root/js/document/templates/montage-web/default_html.css
diff options
context:
space:
mode:
authorEric Guzman2012-05-01 11:16:22 -0700
committerEric Guzman2012-05-01 11:16:22 -0700
commit0ad52cd1ba6987446b9959e399c5ad14b8c631ee (patch)
tree2d8198be86b3d3e7e812f3f3175c27ba2993fb5b /js/document/templates/montage-web/default_html.css
parent9a94c6fb5f82d18139b48341788a0ffca23ae0af (diff)
parentfb47c04b0a4d65f53d975311754aa0dd8a8a3f69 (diff)
downloadninja-0ad52cd1ba6987446b9959e399c5ad14b8c631ee.tar.gz
Merge branch 'refs/heads/master' into CSSPanelUpdates
Diffstat (limited to 'js/document/templates/montage-web/default_html.css')
-rwxr-xr-xjs/document/templates/montage-web/default_html.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/js/document/templates/montage-web/default_html.css b/js/document/templates/montage-web/default_html.css
index 08e39f22..e62a20a9 100755
--- a/js/document/templates/montage-web/default_html.css
+++ b/js/document/templates/montage-web/default_html.css
@@ -10,6 +10,15 @@ 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
13body {
14 margin: 0;
15 padding: 0;
16
17 position: absolute;
18 -webkit-transform-style: preserve-3d;
19 -webkit-perspective: 1400px;
20}
21
13.active-element-outline { 22.active-element-outline {
14 outline: #adff2f solid 2px; 23 outline: #adff2f solid 2px;
15} 24}