aboutsummaryrefslogtreecommitdiff
path: root/js/panels/presets/default-style-presets.js
diff options
context:
space:
mode:
authorhwc4872012-03-23 13:49:03 -0700
committerhwc4872012-03-23 13:49:03 -0700
commit51478dbad8290f55eeab9efdfb8c2cbe24b12b10 (patch)
tree1524c53d027d1f2f8cbb759f61e4d73b52b00481 /js/panels/presets/default-style-presets.js
parent31e924e1b8b8da8342b3ff2341c8284915486c0b (diff)
parentbc8b0c17023ddea6d77150694a777e104ef99cbc (diff)
downloadninja-51478dbad8290f55eeab9efdfb8c2cbe24b12b10.tar.gz
Merge branch 'montage-integration' of github.com:Motorola-Mobility/ninja-internal into integration
Conflicts: js/io/system/ninjalibrary.json
Diffstat (limited to 'js/panels/presets/default-style-presets.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