diff options
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; +} |