diff options
author | Valerio Virgillito | 2012-06-27 14:45:11 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-27 14:45:11 -0700 |
commit | 07e7e2f28b863b0a4d139cc7e649a630b162e0da (patch) | |
tree | 649f371e6c4f54284fe488e3c370e7f1a8ac90fc /js/document/templates/banner | |
parent | 6b80467233e05a56dcb2d6952bd7044fd826e8d3 (diff) | |
parent | 338d3fdadf3a4b758e855dd48b325ed3099443ea (diff) | |
download | ninja-07e7e2f28b863b0a4d139cc7e649a630b162e0da.tar.gz |
Merge pull request #342 from imix23ways/Timeline-pullrequest
Timeline Bugfixes
Diffstat (limited to 'js/document/templates/banner')
-rwxr-xr-x | js/document/templates/banner/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/document/templates/banner/index.html b/js/document/templates/banner/index.html index 626dc0bc..037c1197 100755 --- a/js/document/templates/banner/index.html +++ b/js/document/templates/banner/index.html | |||
@@ -18,9 +18,11 @@ | |||
18 | 18 | ||
19 | <style type="text/css" id="nj-stage-stylesheet" data-ninja-template="true"> | 19 | <style type="text/css" id="nj-stage-stylesheet" data-ninja-template="true"> |
20 | * { | 20 | * { |
21 | -webkit-animation: none !important; | ||
21 | -webkit-transition-duration: 0s !important; | 22 | -webkit-transition-duration: 0s !important; |
22 | -webkit-animation-duration: 0s !important; | 23 | -webkit-animation-duration: 0s !important; |
23 | -webkit-animation-name: none !important; | 24 | -webkit-animation-name: none !important; |
25 | -webkit-animation-fill-mode: none !important; | ||
24 | } | 26 | } |
25 | 27 | ||
26 | body { | 28 | body { |