From 420b88b404ed5831d4e95acd48432864527f4bb1 Mon Sep 17 00:00:00 2001 From: Anon Ray Date: Fri, 24 Jan 2014 18:24:17 +0530 Subject: [PATCH] Fix logo size and reduce margin-top of nav menu - Reduced logo size in the header. - Reduced margin-top of nav menu --- mouchak/static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mouchak/static/css/main.css b/mouchak/static/css/main.css index fbceb8d..179055f 100644 --- a/mouchak/static/css/main.css +++ b/mouchak/static/css/main.css @@ -34,7 +34,7 @@ body { position: relative; font-family: Arial,Helvetica,sans-serif; font-size: 12px; - margin-top: 25px; + margin-top: 15px; height: 41px; background: none repeat scroll 0% 0% #000; } -- 1.7.10.4