From 596cf07a0c41a8632284b02f4c9fc27d58d56123 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Fri, 5 Oct 2012 15:01:59 +0200 Subject: Improve appearance --- hyperkitty/static/css/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'hyperkitty/static/css/style.css') 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; +} -- cgit