aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data
diff options
context:
space:
mode:
authorNivesh Rajbhandari2012-03-19 15:31:08 -0700
committerNivesh Rajbhandari2012-03-19 15:31:58 -0700
commit4f7f744b6982142c08b82239e8dbe40b610bf68b (patch)
treeb02b5eb2f697567b0df5a63863eef535bcedb0d2 /node_modules/components-data
parentf9e31800b1dedd7904e6e23c575c94ed4a72abdb (diff)
downloadninja-4f7f744b6982142c08b82239e8dbe40b610bf68b.tar.gz
Preserve-3d on flow and specify default dimensions on picasa-carousel.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'node_modules/components-data')
-rw-r--r--node_modules/components-data/picasa-carousel.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/node_modules/components-data/picasa-carousel.json b/node_modules/components-data/picasa-carousel.json
index 34fe0e8f..781b246e 100644
--- a/node_modules/components-data/picasa-carousel.json
+++ b/node_modules/components-data/picasa-carousel.json
@@ -11,5 +11,11 @@
11 "type": "string", 11 "type": "string",
12 "default": "" 12 "default": ""
13 } 13 }
14 ] 14 ],
15 "defaultStyles": {
16 "width":"800px",
17 "height":"320px",
18 "border": "1px",
19 "-webkit-perspective": "800px"
20 }
15} \ No newline at end of file 21} \ No newline at end of file