aboutsummaryrefslogtreecommitdiff
path: root/js/document/templates
diff options
context:
space:
mode:
authorJonathan Duran2012-06-27 11:19:44 -0700
committerJonathan Duran2012-06-27 11:19:44 -0700
commit98f9b6555bb7db7d15b0842758f27b2a77c4da5e (patch)
tree4bb8c55269d0a838216d40f4b4d582372af1ae28 /js/document/templates
parentdda617d86a8ff17cad8a97ae96435b7de6ab69b4 (diff)
downloadninja-98f9b6555bb7db7d15b0842758f27b2a77c4da5e.tar.gz
Fix element getting stuck with live preview mode
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/document/templates')
-rwxr-xr-xjs/document/templates/banner/index.html1
-rwxr-xr-xjs/document/templates/html/index.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/js/document/templates/banner/index.html b/js/document/templates/banner/index.html
index 626dc0bc..773baa03 100755
--- a/js/document/templates/banner/index.html
+++ b/js/document/templates/banner/index.html
@@ -21,6 +21,7 @@
21 -webkit-transition-duration: 0s !important; 21 -webkit-transition-duration: 0s !important;
22 -webkit-animation-duration: 0s !important; 22 -webkit-animation-duration: 0s !important;
23 -webkit-animation-name: none !important; 23 -webkit-animation-name: none !important;
24 -webkit-animation-fill-mode: none !important;
24 } 25 }
25 26
26 body { 27 body {
diff --git a/js/document/templates/html/index.html b/js/document/templates/html/index.html
index 8fc0d82f..d7a44129 100755
--- a/js/document/templates/html/index.html
+++ b/js/document/templates/html/index.html
@@ -24,6 +24,7 @@
24 -webkit-transition-duration: 0s !important; 24 -webkit-transition-duration: 0s !important;
25 -webkit-animation-duration: 0s !important; 25 -webkit-animation-duration: 0s !important;
26 -webkit-animation-name: none !important; 26 -webkit-animation-name: none !important;
27 -webkit-animation-fill-mode: none !important;
27 } 28 }
28 29
29 body { 30 body {