diff options
author | Grant Paul <chpwn@chpwn.com> | 2010-12-03 23:39:29 -0800 |
---|---|---|
committer | Grant Paul <chpwn@chpwn.com> | 2010-12-03 23:39:29 -0800 |
commit | 250fdfdd1a2fec70aaaab9e11d426ba53d9c9200 (patch) | |
tree | d47ef53863bf8b0c413c361b9b67976bafff0ed5 /MobileCydia.app | |
parent | 2f8563655132a23cd3e8b2da13135d7f8bac719c (diff) |
Make errors not horribly ugly looking on the iPad.
Diffstat (limited to 'MobileCydia.app')
-rw-r--r-- | MobileCydia.app/error.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MobileCydia.app/error.html b/MobileCydia.app/error.html index a68ff76..20fc24d 100644 --- a/MobileCydia.app/error.html +++ b/MobileCydia.app/error.html @@ -13,7 +13,8 @@ background-size: 7px 1px; display: table; font-family: Helvetica; - height: 337px; + height: 100%; + width: 100%; margin: 0; text-shadow: rgba(255, 255, 255, 0.75) 1px 1px 0 } @@ -21,9 +22,9 @@ div.page { display: table-cell; text-align: center; + width: 320px; margin: 0 auto; vertical-align: middle; - width: 320px; } div.title { |