From 836af032c34f6c3f5a6df8632c699b5987097b6c Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 3 Feb 2017 12:37:46 -0500 Subject: [PATCH] Removed right-side separator from final top nav items --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.17.1