Skip to content

Commit

Permalink
Merge pull request mozilla-b2g#1075 from krellian/owa
Browse files Browse the repository at this point in the history
Experimental Market app which wraps Labs' existing (and working) app directory
  • Loading branch information
joneschrisg committed Mar 28, 2012
2 parents 29d757f + 0e099ef commit 8b547e6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
1 change: 1 addition & 0 deletions apps/market/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
<link rel="stylesheet" type="text/css" media="screen" href="style/market.css"/>
</head>
<body>
<iframe src="https://apps.mozillalabs.com/appdir/" />
</body>
</html>
3 changes: 1 addition & 2 deletions apps/market/manifest.appcache
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
CACHE MANIFEST
# Version 15c2268756d50bcef26f601664fbad9d
# Version 9bcdd542f79bc474be6afe656f3d8312
index.html

manifest.json
style/icons/Market.png
style/images/market.png
style/market.css
http://gaiamobile.org/webapi.js
Binary file removed apps/market/style/images/market.png
Binary file not shown.
14 changes: 5 additions & 9 deletions apps/market/style/market.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
html, body {
font-family: "Roboto", sans-serif;
font-size: 16px;
background-color: rgb(210, 210, 210);
background-image: url(images/market.png);
background-position: 0 -32px;
background-repeat: no-repeat;
}

html, body, iframe {
width: 100%;
height: 100%;
border: none;
};

0 comments on commit 8b547e6

Please sign in to comment.