aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/picasa-carousel.reel/picasa-carousel.css
diff options
context:
space:
mode:
authorPushkar Joshi2012-04-19 14:12:45 -0700
committerPushkar Joshi2012-04-19 14:12:45 -0700
commit9f32d7e5454db3189209fc68a286a7fdb0c31fe8 (patch)
treea51c2bf67839a25158c30752b44fdea0eac28b9d /node_modules/montage/ui/picasa-carousel.reel/picasa-carousel.css
parentdc1e8dde18c40cf740bd2fe09165784e0d415fab (diff)
parent6d33345a9e609e36539d2efa25569f5eeb04a2af (diff)
downloadninja-9f32d7e5454db3189209fc68a286a7fdb0c31fe8.tar.gz
Merge branch 'master' into pentool
Conflicts: js/helper-classes/3D/view-utils.js
Diffstat (limited to 'node_modules/montage/ui/picasa-carousel.reel/picasa-carousel.css')
-rwxr-xr-xnode_modules/montage/ui/picasa-carousel.reel/picasa-carousel.css15
1 files changed, 6 insertions, 9 deletions
diff --git a/node_modules/montage/ui/picasa-carousel.reel/picasa-carousel.css b/node_modules/montage/ui/picasa-carousel.reel/picasa-carousel.css
index 123c4a0f..2494614b 100755
--- a/node_modules/montage/ui/picasa-carousel.reel/picasa-carousel.css
+++ b/node_modules/montage/ui/picasa-carousel.reel/picasa-carousel.css
@@ -18,7 +18,6 @@
18 display: box; 18 display: box;
19 box-pack: center; 19 box-pack: center;
20 box-align: center; 20 box-align: center;
21
22} 21}
23 22
24.montage-google-picasa-carousel .flow { 23.montage-google-picasa-carousel .flow {
@@ -28,17 +27,15 @@
28 left: 0; 27 left: 0;
29 right: 0; 28 right: 0;
30 bottom: 0; 29 bottom: 0;
31*/ -webkit-perspective: 800px; 30*/
32 /*background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#bbb));*/ 31 background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#bbb));
33} 32}
34.image { 33.image {
35 position: absolute; 34 position: absolute;
36/* -top: 50%; 35 /*-top: 50%;*/
37*/ -webkit-box-shadow: 0 0 35px rgba(0,0,0,.5); 36 -webkit-box-shadow: 0 0 35px rgba(0,0,0,.5);
38} 37}
39 38
40.montage-google-picasa-carousel .flow .montage-flow-repetition { 39.montage-google-picasa-carousel .flow .montage-flow-repetition {
41margin: 10% 0; 40 margin: 10% 0;
42
43} 41}
44 </style>