diff options
Diffstat (limited to 'g/style')
-rw-r--r-- | g/style/all.css | 11 | ||||
-rw-r--r-- | g/style/screen.css | 11 |
2 files changed, 20 insertions, 2 deletions
diff --git a/g/style/all.css b/g/style/all.css index f1d4bb46e..bc7c03fe5 100644 --- a/g/style/all.css +++ b/g/style/all.css @@ -63,7 +63,16 @@ ul.news li span.dt { font-weight: thin; font-size: 85%; color: #666; .donate-coord { background: #fea; background: #ddd; color: #222; - padding: 0.5em 0.9em; + padding: 0.8em 1em 2em 1em; font-family: courier, monospace; font-size: 95%; +} + +#pp_form { + text-align: center; + padding-top: 2em; + padding-bottom: 1em; +} +#pp_form_btn { + text-align: center; }
\ No newline at end of file diff --git a/g/style/screen.css b/g/style/screen.css index da97f56b7..5cf55d290 100644 --- a/g/style/screen.css +++ b/g/style/screen.css @@ -51,7 +51,16 @@ ul.news li span.dt { font-weight: thin; font-size: 85%; color: #666; .donate-coord { background: #fea; background: #ddd; color: #222; - padding: 0.5em 0.9em; + padding: 0.8em 1em 2em 1em; font-family: courier, monospace; font-size: 95%; +} + +#pp_form { + text-align: center; + padding-top: 2em; + padding-bottom: 1em; +} +#pp_form_btn { + text-align: center; }
\ No newline at end of file |