diff --git a/site-root/public/head.php b/site-root/public/head.php index e423284..6589848 100644 --- a/site-root/public/head.php +++ b/site-root/public/head.php @@ -210,9 +210,13 @@ float: left; } */ - nav > ul > li:first-of-type:after { + nav > ul > li:after { content: '|'; } + + nav > ul > li:last-of-type:after { + content: ''; + } }