From de6b7e083609d44f69da8564a74273d76fd8c736 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 20 Dec 2016 09:02:07 -0500 Subject: [PATCH] adding important to the event dropdown nav menu to test specificity --- 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 1cb8488..efd57bf 100644 --- a/css/app.css +++ b/css/app.css @@ -6669,7 +6669,7 @@ body #interactive-map ul.map-dropdown { .info ul.dropdown { right: -120px !important; } .event ul.dropdown { - left: -175px; } } + left: -175px !important; } } main { padding-bottom: 376px; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index f03f81a..a7a8be3 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -349,7 +349,7 @@ body #interactive-map{ } .event{ ul.dropdown{ - left: -175px; + left: -175px !important; } } } \ No newline at end of file -- 2.17.1