From: Laury GvR Date: Fri, 3 Feb 2017 17:37:46 +0000 (-0500) Subject: Removed right-side separator from final top nav items X-Git-Tag: v1.0.0^2~21 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=836af032c34f6c3f5a6df8632c699b5987097b6c;p=WP-Themes%2Fcharlevoixdesign2017.git Removed right-side separator from final top nav items --- diff --git a/style.css b/style.css index 87c55bd..aea4f48 100755 --- a/style.css +++ b/style.css @@ -1544,8 +1544,8 @@ a:hover .nav-title, padding: 0 20px; text-decoration: none; } -.static-nav-section:last-child ul .static-nav-link::after { - //content: ""; +.static-nav-section ul li:last-child .static-nav-link::after { + content: ""; } .wrap .static-nav-parent { float: left;