From: Anthony Talarico Date: Thu, 3 Dec 2015 14:07:58 +0000 (-0500) Subject: removed margin from properties dropdown X-Git-Tag: v1.0.0^2~156 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=7123c7a7a87c2cb3382f202f79de32cb47a1ab2e;p=WP-Themes%2Fstaffords.git removed margin from properties dropdown --- diff --git a/css/app.css b/css/app.css index ed5f8fc..3010162 100644 --- a/css/app.css +++ b/css/app.css @@ -6827,7 +6827,7 @@ header .searchform input[type="submit"]:hover { margin-top: 0; border: none; width: 245px; - margin-left: -2px; + margin-left: -1px; box-shadow: none; } #properties .top-bar .top-bar-section ul#menu-properties li ul.dropdown:before { border: none; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 86c2426..23ba1f9 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -487,7 +487,7 @@ border: none; width: 245px; // padding-top: 5px; - margin-left: -2px; + margin-left: -1px; box-shadow: none; &:before { border: none;