diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2009-03-07 08:24:22 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:09:50 +0000 |
commit | 3bd1c2a2a065f381047db7201797be94f19e4c6c (patch) | |
tree | 11bc5a999092359d90609697fd4e04663e70cfa8 /Cydia.app/package.html | |
parent | e124f5222a28c2a3e2081155cbaa02017b763b93 (diff) |
Checkpoint before final completion.
Diffstat (limited to 'Cydia.app/package.html')
-rw-r--r-- | Cydia.app/package.html | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/Cydia.app/package.html b/Cydia.app/package.html index dbf5586..4dc34a8 100644 --- a/Cydia.app/package.html +++ b/Cydia.app/package.html @@ -61,18 +61,6 @@ top: -5px; } - #depiction { - margin: -8px 0; - overflow: hidden; - width: 320px; - } - - #notice { - margin: -8px 0 -9px 0; - overflow: hidden; - width: 320px; - } - #remove > a { color: #335588; text-decoration: none; @@ -260,13 +248,23 @@ </div></div> </fieldset> -<div id="notice" class="notice"><iframe +<!--iframe + class="notice" id="notice-src" frameborder="0" width="320" height="0" target="_top" -></iframe></div> +></iframe--> + +<!--iframe + class="activation" + id="activation-src" + frameborder="0" + width="320" + height="0" + target="_top" +></iframe--> <!--div id="remove" class="depiction"> <a href="javascript:remove()">Remove Custom Depiction</a> @@ -274,14 +272,15 @@ <hr id="upper-bar" class="depiction"/--> -<div id="depiction" class="depiction"><iframe +<iframe + class="depiction" id="depiction-src" frameborder="0" width="320" height="0" target="_top" onload_="loaded()" -></iframe></div> +></iframe> <!--hr id="lower-bar" class="depiction"/--> |