summaryrefslogtreecommitdiff
path: root/Cydia.app
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2008-12-09 10:35:02 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 07:09:08 +0000
commit092934d18a7bb1b3e1d768657293e99f432b5d0a (patch)
tree6d67682ddf293007de55e61f953e52733d46f3e9 /Cydia.app
parentfe468f45e509f1e3bc2d0491160f44491df5a67b (diff)
Removed final pinstriping.
Diffstat (limited to 'Cydia.app')
-rw-r--r--Cydia.app/error.html2
-rw-r--r--Cydia.app/manage.html8
-rw-r--r--Cydia.app/pinstripe.pngbin1096 -> 0 bytes
3 files changed, 4 insertions, 6 deletions
diff --git a/Cydia.app/error.html b/Cydia.app/error.html
index bbdf891..8749f7b 100644
--- a/Cydia.app/error.html
+++ b/Cydia.app/error.html
@@ -6,7 +6,7 @@
<style>
body {
- background: url(pinstripe.png);
+ background: #c7ced5 url(cydia://uikit-image/UIPinstripe.png);
display: table;
font-family: Helvetica;
height: 337px;
diff --git a/Cydia.app/manage.html b/Cydia.app/manage.html
index 62833e6..eb1b30a 100644
--- a/Cydia.app/manage.html
+++ b/Cydia.app/manage.html
@@ -6,7 +6,7 @@
<style>
body {
- background: url(pinstripe.png);
+ background: #c7ced5 url(cydia://uikit-image/UIPinstripe.png);
display: table;
font-family: Helvetica;
height: 337px;
@@ -97,9 +97,9 @@
<div class="background"></div>
</a>
-<a href="cydia://storage" class="giant-button" style="opacity: 0.4">
+<a href="cydia://storage" class="giant-button">
<div class="contents">
- <img src="storage.png" class="icon"/>
+ <img src="storage.png"/>
<label>Storage</label>
<div>See how much room you have left for new packages.</div>
</div>
@@ -107,8 +107,6 @@
<div class="background"></div>
</a>
- <div style="position: absolute; top: 256px; color: red; margin: 0 auto; font-size: 40px; height: 40px; width: 320px; -webkit-transform:rotate(-10deg); text-shadow: rgba(250, 150, 150, 0.75) 1px 1px 0">Coming Soon!</div>
-
</div>
</div>
</div></body></html>
diff --git a/Cydia.app/pinstripe.png b/Cydia.app/pinstripe.png
deleted file mode 100644
index adabdd7..0000000
--- a/Cydia.app/pinstripe.png
+++ /dev/null
Binary files differ