diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-12-09 09:18:04 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:09:05 +0000 |
commit | fe468f45e509f1e3bc2d0491160f44491df5a67b (patch) | |
tree | 7dd1f05c055ad92415006c32d76ecd6a7648e993 /Cydia.app | |
parent | b0ad8dee056b2ad8a987a47f9235076b6b3f6a19 (diff) |
Fixed HTML error handling and enhanced pinstriping.
Diffstat (limited to 'Cydia.app')
-rw-r--r-- | Cydia.app/menes/pinstripes.png | bin | 117 -> 0 bytes | |||
-rw-r--r-- | Cydia.app/menes/style.css | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Cydia.app/menes/pinstripes.png b/Cydia.app/menes/pinstripes.png Binary files differdeleted file mode 100644 index c997775..0000000 --- a/Cydia.app/menes/pinstripes.png +++ /dev/null diff --git a/Cydia.app/menes/style.css b/Cydia.app/menes/style.css index 223c975..b067458 100644 --- a/Cydia.app/menes/style.css +++ b/Cydia.app/menes/style.css @@ -83,7 +83,7 @@ body { } body.pinstripe { - background: #c7ced5 url(pinstripes.png); + background: #c7ced5 url(cydia://uikit-image/UIPinstripe.png); } dialog { |