From 28d517f58e7acf331f8f85ada1b06eb393d5291d Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sat, 29 Jun 2013 08:35:52 +0300 Subject: [PATCH] Reduce the size of main nav --- app/assets/stylesheets/sections/nav.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/sections/nav.scss b/app/assets/stylesheets/sections/nav.scss index c92c63d1d..fc1f1bc79 100644 --- a/app/assets/stylesheets/sections/nav.scss +++ b/app/assets/stylesheets/sections/nav.scss @@ -6,7 +6,7 @@ ul { margin: auto; - height: 42px; + height: 40px; overflow: hidden; .count { font-weight: normal; @@ -78,7 +78,7 @@ text-shadow: 0 1px 1px white; padding: 0 10px; text-decoration: none; - padding-top: 4px; + padding-top: 2px; } } } -- 2.11.0