X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/890c1d385ef43f8e596a4a0072976a8d1faebfef..3dfdb1463ea4e9be01b93d62e70d8bd1f108d03b:/Cydia.app/package.html diff --git a/Cydia.app/package.html b/Cydia.app/package.html index 95fb823f..0c7762e4 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; + }