aboutsummaryrefslogtreecommitdiff
path: root/js/document/templates
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-05-02 16:00:15 -0700
committerJose Antonio Marquez2012-05-02 16:00:15 -0700
commit0e59bc28a205292e2efd3ce1fb9a5e539086366d (patch)
tree9c5ca2e832678303600bfc729e6b224b43c46d69 /js/document/templates
parentca6c4961649836ca175b235cbb0b261b5f9fb307 (diff)
downloadninja-0e59bc28a205292e2efd3ce1fb9a5e539086366d.tar.gz
Adding hack to allow for blank documents to open
Diffstat (limited to 'js/document/templates')
-rwxr-xr-xjs/document/templates/montage-web/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/document/templates/montage-web/index.html b/js/document/templates/montage-web/index.html
index 67cfec86..1c6b6287 100755
--- a/js/document/templates/montage-web/index.html
+++ b/js/document/templates/montage-web/index.html
@@ -25,6 +25,10 @@
25 -webkit-transform-style: preserve-3d; 25 -webkit-transform-style: preserve-3d;
26 -webkit-perspective: 1400px; 26 -webkit-perspective: 1400px;
27 } 27 }
28
29 ninjaloadinghack {
30 display: none;
31 }
28 32
29 .active-element-outline { 33 .active-element-outline {
30 outline: #adff2f solid 2px; 34 outline: #adff2f solid 2px;