From 9487f027092eea7c2efe6136da0b4b8bf5ac62c8 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 15 Oct 2008 08:06:50 +0000 Subject: Checkpoint before trying to solve the bottom alignment issue. --- Cydia.app/package.html | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'Cydia.app/package.html') diff --git a/Cydia.app/package.html b/Cydia.app/package.html index 95fb823..7c58967 100644 --- a/Cydia.app/package.html +++ b/Cydia.app/package.html @@ -38,13 +38,13 @@ } #depiction { - margin-bottom: -7px; + margin: -8px 0; overflow: hidden; width: 320px; } #notice { - margin-bottom: -14px; + margin: -8px 0 -9px 0; overflow: hidden; width: 320px; } @@ -107,8 +107,9 @@ } #content { - float: right; margin: auto 0; + position: absolute; + left: 72px; } #content > div { @@ -122,6 +123,15 @@ #latest { color: #335588; } + + #description { + background-color: #c7ced5; + border-bottom: 1px solid #999999; + border-top: 1px solid #999999; + font-size: 16px; + margin: 9px 10px; + padding: 10px; + }
@@ -197,14 +207,14 @@ width="320" height="0" target="_top" - onLoad="loaded()" + onLoad_="loaded()" >
-
-
+
+
-- cgit v1.2.3