From 6dc377cc62ce9f63bf8acd452e8b27c2e3555a9a Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 10 Aug 2016 16:46:08 -0400 Subject: [PATCH] still fiddleing for the second li --- 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 fbe4a23..f310064 100644 --- a/css/app.css +++ b/css/app.css @@ -6435,7 +6435,7 @@ header { .top-bar-section ul li.has-dropdown:nth-child(2):hover:after { content: url(../assets/dropdown-hlighlight-big.png); position: absolute; - left: 20%; + left: 15%; bottom: -6px; } .top-bar-section ul li.has-dropdown ul.dropdown { background: #FFFFFF; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 1935c25..12d9ca3 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -57,7 +57,7 @@ &:after { content: url(../assets/dropdown-hlighlight-big.png); position: absolute; - left: 20%; + left: 15%; bottom: -6px; } } -- 2.17.1