aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/picasa-carousel.reel/image.reel
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-03-21 09:53:08 -0700
committerJose Antonio Marquez2012-03-21 09:53:08 -0700
commitbeb72aa033f42d09d54a4ea6cc6b5ca59cc6fae7 (patch)
tree71ee74df0c3a56b680e4aa80f23905fcb1cc84f1 /node_modules/montage/ui/picasa-carousel.reel/image.reel
parent37cafa09653ff3e2cb88c5b51cdc1f6e066aa3e8 (diff)
parent31eee2972667d7553974f0857fdc458954219203 (diff)
downloadninja-beb72aa033f42d09d54a4ea6cc6b5ca59cc6fae7.tar.gz
Merge branch 'refs/heads/francoisfrisch-Ninja-Internal' into FileIO-Montage-Components
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>