From c71697abc9dd5cf8ddc45f2972fbb51ee80db62d Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 25 Jun 2013 13:16:08 +0300 Subject: [PATCH] Make nav menu a bit higher --- 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 7b7bcf807b5..25a327425de 100644 --- a/app/assets/stylesheets/sections/nav.scss +++ b/app/assets/stylesheets/sections/nav.scss @@ -5,7 +5,7 @@ ul { margin: auto; - height: 39px; + height: 41px; position: relative; top: 3px; overflow: hidden; @@ -54,7 +54,7 @@ display: block; text-align: center; font-weight: normal; - height: 36px; + height: 38px; line-height: 34px; color: #777; text-shadow: 0 1px 1px white;