aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/picasa-carousel.reel/image.reel/image.html
diff options
context:
space:
mode:
authorJohn Mayhew2012-05-10 15:27:40 -0700
committerJohn Mayhew2012-05-10 15:27:40 -0700
commitd5995fd5dfcc0cb0cb2361b1099911fa4fc51189 (patch)
tree3a683ac5ddcb3fc7fa4111e7769c15abb31c1ec4 /node_modules/montage/ui/picasa-carousel.reel/image.reel/image.html
parentba64dfa1d64969e290f15459a826171468fe3550 (diff)
parent632a53278826a33506b302b573ee0681840f2d6c (diff)
downloadninja-d5995fd5dfcc0cb0cb2361b1099911fa4fc51189.tar.gz
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into WorkingBranch
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.html39
1 files changed, 0 insertions, 39 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
deleted file mode 100644
index 9590fce9..00000000
--- a/node_modules/montage/ui/picasa-carousel.reel/image.reel/image.html
+++ /dev/null
@@ -1,39 +0,0 @@
1<!DOCTYPE html>
2<!-- <copyright>
3 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
4 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
5 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
6 </copyright> -->
7<html>
8<head>
9 <script type="text/montage-serialization">
10 {
11 "owner": {
12 "prototype": "montage/ui/picasa-carousel.reel/image.reel",
13 "properties": {
14 "element": {"#": "Image"}
15 }
16 }
17 }
18 </script>
19</head>
20<style>
21 .Image {
22 position: absolute;
23 top: 50%;
24 left: 50%;
25 margin-top: -72px;
26 margin-left: -105px;
27 width: 206px;
28 height: 140px;
29 border-radius: 4px;
30 border: 2px solid #888;
31 background-repeat: no-repeat;
32 background-position: center center;
33 background-size: cover;
34 }
35</style>
36<body>
37 <div id="Image" class="Image"></div>
38</body>
39</html>