diff options
author | Jose Antonio Marquez | 2012-05-02 16:00:15 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-05-02 16:00:15 -0700 |
commit | 0e59bc28a205292e2efd3ce1fb9a5e539086366d (patch) | |
tree | 9c5ca2e832678303600bfc729e6b224b43c46d69 /js/document/templates | |
parent | ca6c4961649836ca175b235cbb0b261b5f9fb307 (diff) | |
download | ninja-0e59bc28a205292e2efd3ce1fb9a5e539086366d.tar.gz |
Adding hack to allow for blank documents to open
Diffstat (limited to 'js/document/templates')
-rwxr-xr-x | js/document/templates/montage-web/index.html | 4 |
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; |