From: Ian Weller Date: Thu, 22 Oct 2015 18:01:16 +0000 (-0400) Subject: edited the dropdown image size X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=1a6418b06e2a2b33b59ca0b413da2e09f180369a;p=WP-Themes%2Fglmthemes%2Fbpla-theme.git edited the dropdown image size --- diff --git a/css/app.css b/css/app.css index 6202811..94fbd6d 100644 --- a/css/app.css +++ b/css/app.css @@ -6952,7 +6952,7 @@ header { left: 20px; top: 22px; width: 219px; - height: 171px; + height: 170px; border-bottom: none; border: 3px solid #2a473b; } .top-bar-section ul li .dropdown li:last-child { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index d2d91dc..4a4f1c6 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -93,7 +93,7 @@ left: 20px; top: 22px; width: 219px; - height: 171px; + height: 170px; border-bottom:none; border: 3px solid $d-green; }