aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/picasa-carousel.reel/image.reel/image.html
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/picasa-carousel.reel/image.reel/image.html')
-rw-r--r--node_modules/montage/ui/picasa-carousel.reel/image.reel/image.html17
1 files changed, 10 insertions, 7 deletions
diff --git a/node_modules/montage/ui/picasa-carousel.reel/image.reel/image.html b/node_modules/montage/ui/picasa-carousel.reel/image.reel/image.html
index 1e94f43b..3e88adc0 100644
--- a/node_modules/montage/ui/picasa-carousel.reel/image.reel/image.html
+++ b/node_modules/montage/ui/picasa-carousel.reel/image.reel/image.html
@@ -20,14 +20,17 @@
20</head> 20</head>
21<style> 21<style>
22 .Image { 22 .Image {
23 /* 23 position: absolute;
24 margin-top: -160px; 24 top: 50%;
25 margin-left: -160px; 25 left: 50%;
26*/ 26 margin-top: -72px;
27 width: 320px; 27 margin-left: -105px;
28 height: 320px; 28 width: 206px;
29 border-radius: 18px; 29 height: 140px;
30 border-radius: 4px;
31 border: 2px solid #888;
30 background-repeat: no-repeat; 32 background-repeat: no-repeat;
33 background-position: center center;
31 background-size: cover; 34 background-size: cover;
32 } 35 }
33</style> 36</style>