aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/picasa-carousel.reel/image.reel
diff options
context:
space:
mode:
authorFrançois Frisch2012-03-19 17:19:17 -0700
committerFrançois Frisch2012-03-19 18:30:22 -0700
commit4de5574b6cd4ab4335867960f1f974a9a89778c7 (patch)
treec30fdb396d8a1da8e8f69d58d33b176f6f394772 /node_modules/montage/ui/picasa-carousel.reel/image.reel
parent5201941c1cc38bcec7c091a9ef00cf80e1779626 (diff)
downloadninja-4de5574b6cd4ab4335867960f1f974a9a89778c7.tar.gz
Reformating carousel
Diffstat (limited to 'node_modules/montage/ui/picasa-carousel.reel/image.reel')
-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>