From: Ian Weller Date: Wed, 3 Aug 2016 13:23:22 +0000 (-0400) Subject: tried to fix it in the wrong way X-Git-Tag: v1.0.0^2~33 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=643ce65ed43749367775e55de7157c4fa11c85be;p=WP-Themes%2Fpetoskey.git tried to fix it in the wrong way --- diff --git a/css/app.css b/css/app.css index 1a9cfe7..8982425 100644 --- a/css/app.css +++ b/css/app.css @@ -6457,7 +6457,7 @@ header { background: #374343; margin-top: -7px; } .top-bar-section ul li.menu-icon ul.dropdown li.active:not(.has-form) a:not(.button) { - line-height: 2rem; } + margin-top: -7px; } .top-bar-section ul li.drop-left > .dropdown { right: 0 !important; left: auto !important; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 4cc43df..38d7777 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -62,7 +62,7 @@ } &.active:not(.has-form) { a:not(.button) { - line-height: rem-calc(32); + margin-top: -7px; } } }