aboutsummaryrefslogtreecommitdiff
path: root/js/document/templates/montage-html/default_html.css
diff options
context:
space:
mode:
authorValerio Virgillito2012-03-28 11:07:04 -0700
committerValerio Virgillito2012-03-28 11:07:04 -0700
commita25e50a429dfa87522ed7616dcae7b472f3c785c (patch)
tree11c85d77a9bf8ff5781891e4c2b0e2edd6e7351e /js/document/templates/montage-html/default_html.css
parent119f5902df944f2f92ea18de0ab634df7a55d879 (diff)
parentbfd796e47c856c6620dc4b32ac6c710d4a493d3a (diff)
downloadninja-a25e50a429dfa87522ed7616dcae7b472f3c785c.tar.gz
Merge pull request #145 from ericguzman/PresetsPI
Presets - Adding presets controller
Diffstat (limited to 'js/document/templates/montage-html/default_html.css')
-rwxr-xr-xjs/document/templates/montage-html/default_html.css4
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