diff options
Diffstat (limited to 'Cydia.app/package.html')
-rw-r--r-- | Cydia.app/package.html | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/Cydia.app/package.html b/Cydia.app/package.html index c5acc6a..a31d7db 100644 --- a/Cydia.app/package.html +++ b/Cydia.app/package.html @@ -41,6 +41,12 @@ top: -5px; } + #depiction { + margin-bottom: -7px; + overflow: hidden; + width: 320px; + } + #notice { margin-bottom: -14px; overflow: hidden; @@ -86,13 +92,13 @@ target="_top" ></iframe></div> -<div id="remove" class="depiction"> +<!--div id="remove" class="depiction"> <a href="javascript:remove()">Remove Custom Depiction</a> </div> -<hr id="upper-bar" class="depiction"/> +<hr id="upper-bar" class="depiction"/--> -<div style="width: 320px; overflow: hidden" class="depiction"><iframe +<div id="depiction" class="depiction"><iframe id="depiction-src" frameborder="0" width="320" @@ -101,7 +107,7 @@ onLoad="loaded()" ></iframe></div> -<hr id="lower-bar" class="depiction"/> +<!--hr id="lower-bar" class="depiction"/--> <fieldset class="description"> <div id="description"></div> |