diff options
author | Jose Antonio Marquez | 2012-03-28 13:58:06 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-03-28 13:58:06 -0700 |
commit | 95249b524ada7d20abf24408a857cccec8aea19a (patch) | |
tree | 88c96e3f87729a873af7fc88379f4935e83306ed /js/document/templates | |
parent | 57696598cd39d4aa31b5106cba29dd2b6d02c6d9 (diff) | |
parent | 3fd2cdb59027b3f973b9165db9db4fdd22026941 (diff) | |
download | ninja-95249b524ada7d20abf24408a857cccec8aea19a.tar.gz |
Merge branch 'refs/heads/Ninja-Internal' into FileIO
Diffstat (limited to 'js/document/templates')
-rwxr-xr-x | js/document/templates/montage-html/default_html.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/document/templates/montage-html/default_html.css b/js/document/templates/montage-html/default_html.css index 68300edf..6c2b415f 100755 --- a/js/document/templates/montage-html/default_html.css +++ b/js/document/templates/montage-html/default_html.css | |||
@@ -72,4 +72,8 @@ body | |||
72 | 72 | ||
73 | .elem-red-outline { | 73 | .elem-red-outline { |
74 | outline: red solid thin; | 74 | outline: red solid thin; |
75 | } | ||
76 | |||
77 | .nj-preset-transition { | ||
78 | -webkit-transition: all 450ms linear !important; | ||
75 | } \ No newline at end of file | 79 | } \ No newline at end of file |