From 7123c7a7a87c2cb3382f202f79de32cb47a1ab2e Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 3 Dec 2015 09:07:58 -0500 Subject: [PATCH] removed margin from properties dropdown --- css/app.css | 2 +- scss/_topbar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.17.1