diff options
Diffstat (limited to 'Cydia.app/menes/style.css')
-rw-r--r-- | Cydia.app/menes/style.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Cydia.app/menes/style.css b/Cydia.app/menes/style.css index ffae721..e5e2264 100644 --- a/Cydia.app/menes/style.css +++ b/Cydia.app/menes/style.css @@ -44,7 +44,7 @@ body { } hr { - margin-top: 10px; + margin: 0; } .dialog > .panel { @@ -155,7 +155,7 @@ strong { } .dialog > .panel > fieldset > div > p { - margin-top: .5em; + margin: 11px 0; text-align: center; } @@ -163,6 +163,10 @@ strong { margin-top: 0; } +.dialog > .panel > fieldset > div > p:last-child { + margin-bottom: 0; +} + .dialog > .panel > fieldset > a { background: 275px 11px no-repeat url(listArrow.png); color: inherit; |