Removed right-side separator from final top nav items
authorLaury GvR <laury@gaslightmedia.com>
Fri, 3 Feb 2017 17:37:46 +0000 (12:37 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 3 Feb 2017 17:37:46 +0000 (12:37 -0500)
style.css

index 87c55bd..aea4f48 100755 (executable)
--- 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;