diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2012-10-05 15:01:59 +0200 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2012-10-05 15:01:59 +0200 |
| commit | 596cf07a0c41a8632284b02f4c9fc27d58d56123 (patch) | |
| tree | 147cd9e6e981acdd11efd6fd3950d8f936f8ae42 /hyperkitty/static/css/style.css | |
| parent | ec25f22ade2ad941ffccaacd6e9ef9df71552757 (diff) | |
Improve appearance
Diffstat (limited to 'hyperkitty/static/css/style.css')
| -rw-r--r-- | hyperkitty/static/css/style.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/hyperkitty/static/css/style.css b/hyperkitty/static/css/style.css index ef9bfa2..cc6945d 100644 --- a/hyperkitty/static/css/style.css +++ b/hyperkitty/static/css/style.css @@ -1,6 +1,6 @@ body { position: relative; - padding-top: 90px; + padding-top: 55px; background-color: white; } @@ -353,4 +353,9 @@ body { .removed { display: none; -}[ +} + +p.attachments { + margin-bottom: 0; + font-weight: bold; +} |
