aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/picasa-carousel.reel/picasa-carousel.css
diff options
context:
space:
mode:
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>