diff options
author | Valerio Virgillito | 2012-03-21 13:25:01 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-03-21 13:25:01 -0700 |
commit | 3888d7bce9bc9936cad2db4ed6e2f05b87265515 (patch) | |
tree | ae6acabdf89248cdb6748eb5d58dbcf96639ed37 /js | |
parent | 3f71deb9b8d1c99dbcf8c8a251903dab7c92dce0 (diff) | |
parent | 33c557491c23e8dcf802bcd15fa500d03e5f115b (diff) | |
download | ninja-3888d7bce9bc9936cad2db4ed6e2f05b87265515.tar.gz |
Merge branch 'master' of github.com:francoisfrisch/ninja-internal into montage-integration
Diffstat (limited to 'js')
-rw-r--r-- | js/panels/presets/default-style-presets.js | 18 |
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 |