aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-03-21 14:00:15 -0700
committerJose Antonio Marquez2012-03-21 14:00:15 -0700
commit47ccf0bb685fdaff4c5bdc767e9091a209e34a0f (patch)
tree932f3f057ce83707b1b9f23453c9cc28423f946a /js
parent2e17cd121711b7683c0f392902d6bc2b69fb5621 (diff)
parenta5b5ec05a032a5c21249857351b2af243584279c (diff)
downloadninja-47ccf0bb685fdaff4c5bdc767e9091a209e34a0f.tar.gz
Merge branch 'refs/heads/Ninja-Montage-Integration' into FileIO-Montage-Components
Diffstat (limited to 'js')
-rw-r--r--js/panels/presets/default-style-presets.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/js/panels/presets/default-style-presets.js b/js/panels/presets/default-style-presets.js
index 3677d976..82bec34f 100644
--- a/js/panels/presets/default-style-presets.js
+++ b/js/panels/presets/default-style-presets.js
@@ -67,6 +67,24 @@ exports.stylePresets = {
67 "text-shadow": "1px 1px 3px #333" 67 "text-shadow": "1px 1px 3px #333"
68 } 68 }
69 }] 69 }]
70 },
71 {
72 "text": "White Sans-Serif",
73 "selectorBase" : "white-sans-serif",
74 "rules" : [{
75 "selectorSuffix" : "",
76 "styles" : {
77 "color": "#FFFFFF",
78 "font-family": "helvetica,arial,sans-serif"
79 }
80 },
81 {
82 "selectorSuffix" : " h2",
83 "styles" : {
84 "color": "#C1C1C1",
85 "font-family": "helvetica,arial,sans-serif"
86 }
87 }]
70 }] 88 }]
71 }] 89 }]
72}; \ No newline at end of file 90}; \ No newline at end of file