From b7b6a1f44921bc5b97c691c33a21f401c6deecbe Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 16 Apr 2014 17:41:44 +0200 Subject: [PATCH] bigger margin to top for first menu item when logged out --- www/css/desktop.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/css/desktop.css b/www/css/desktop.css index a882b22f..89a656d9 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -238,10 +238,10 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo @media only screen and (min-width:1024px){ header{position:fixed;left:0;top:0;bottom:0;width:300px;margin:0} -header nav{margin:0 10%} +header nav{margin:30px 10% 0} menu{display:block;opacity:1;position:relative} menu a{padding:10px 0} -#profile{float:none;margin:30px 0 15px 12px} +#profile{float:none;margin:0 0 15px 12px} #toggle,.toggle{display:none} .wrap{margin:0 0 0 300px} article{padding:20px 40px 80px 40px}