aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage
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/montage
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/montage')
-rw-r--r--node_modules/montage/ui/flow.reel/flow.html2
-rwxr-xr-xnode_modules/montage/ui/picasa-carousel.reel/picasa-carousel.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/montage/ui/flow.reel/flow.html b/node_modules/montage/ui/flow.reel/flow.html
index 646c87f8..e6c2f5b5 100644
--- a/node_modules/montage/ui/flow.reel/flow.html
+++ b/node_modules/montage/ui/flow.reel/flow.html
@@ -35,7 +35,7 @@
35 <style> 35 <style>
36 .montage-flow { 36 .montage-flow {
37 position: relative; 37 position: relative;
38 overflow: hidden; 38 /*overflow: hidden;*/
39 -webkit-transform: translateZ(0); 39 -webkit-transform: translateZ(0);
40 } 40 }
41 .montage-flow-repetition { 41 .montage-flow-repetition {
diff --git a/node_modules/montage/ui/picasa-carousel.reel/picasa-carousel.html b/node_modules/montage/ui/picasa-carousel.reel/picasa-carousel.html
index fdb452d7..08b5ffa4 100755
--- a/node_modules/montage/ui/picasa-carousel.reel/picasa-carousel.html
+++ b/node_modules/montage/ui/picasa-carousel.reel/picasa-carousel.html
@@ -172,7 +172,7 @@
172<body> 172<body>
173 173
174 <div data-montage-id="montage-google-picasa-carousel" class="montage-google-picasa-carousel"> 174 <div data-montage-id="montage-google-picasa-carousel" class="montage-google-picasa-carousel">
175 <div id="flow" class="flow"> 175 <div id="flow" class="flow" style="-webkit-perspective: 1400px; -webkit-transform-style: preserve-3d; width:800px; height:320px; border:1px;">
176 <img id="image" class="image"/> 176 <img id="image" class="image"/>
177 </div> 177 </div>
178 </div> 178 </div>