From 5ccc6a28d5be5f121fea593b18dd913135727943 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 10 Aug 2016 16:29:20 -0400 Subject: [PATCH] edited 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 672b9b8..fbe4a23 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: 10%; + left: 20%; bottom: -6px; } .top-bar-section ul li.has-dropdown ul.dropdown { background: #FFFFFF; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index e6ed596..1935c25 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -57,7 +57,7 @@ &:after { content: url(../assets/dropdown-hlighlight-big.png); position: absolute; - left: 10%; + left: 20%; bottom: -6px; } } -- 2.17.1