From c35ef74c5c835bf36f0d64f6567fcdfbf53f95c6 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 20 Aug 2015 12:12:55 -0400 Subject: [PATCH] header tweaks --- public/less/admin/header.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/less/admin/header.less b/public/less/admin/header.less index efeffcb48a..597e142764 100644 --- a/public/less/admin/header.less +++ b/public/less/admin/header.less @@ -10,7 +10,7 @@ list-style-type: none; padding: 0px; position: absolute; - bottom: -10px; + bottom: -11px; left: 50px; > li { @@ -18,7 +18,7 @@ margin-right: 30px; &.active { - border-bottom: 3px solid @brand-primary; + border-bottom: 4px solid @brand-primary; padding-bottom: 10px; }