From: Ian Weller Date: Wed, 10 Aug 2016 20:29:20 +0000 (-0400) Subject: edited the second li X-Git-Tag: v1.0.0^2~150 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=5ccc6a28d5be5f121fea593b18dd913135727943;p=WP-Themes%2Fpetoskeyarea.git edited the second li --- 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; } }