From 94b5e3462e52d32f28d20a0132460d3c2f4fd259 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 19 Dec 2012 14:17:58 +0100 Subject: Integrate the new logo --- hyperkitty/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hyperkitty/static/css') diff --git a/hyperkitty/static/css/style.css b/hyperkitty/static/css/style.css index 68f13e2..80dd7ed 100644 --- a/hyperkitty/static/css/style.css +++ b/hyperkitty/static/css/style.css @@ -4,6 +4,10 @@ body { background-color: white; } +#logo { + display: block; + margin: 80px auto; +} ul.nav.auth { float: right; -- cgit