diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-12-21 07:18:49 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:09:21 +0000 |
commit | 288651b62061c0c0e9acddbaacdf4bd563e5dc0d (patch) | |
tree | 4e52043cf2665a029fcfaabb5b98ff03bc65f572 /Cydia.app | |
parent | 4d68bc56e5a1218ebe1a8d50a8f4eaf571f0577e (diff) |
Fixed min-height on selection row thingees.
Diffstat (limited to 'Cydia.app')
-rw-r--r-- | Cydia.app/menes/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cydia.app/menes/style.css b/Cydia.app/menes/style.css index 0397b5e..875907d 100644 --- a/Cydia.app/menes/style.css +++ b/Cydia.app/menes/style.css @@ -224,7 +224,7 @@ fieldset > a, fieldset > div, fieldset > textarea { border-top: 1px solid #999999; - min-height: 19px; + min-height: 40px; padding: 12px 17px 11px 17px; } |