ul-li-seperator.png what's causing this issue? Code: .navbar li:not(:last-child):after { content: "|" } ul.navbar:after { content: ""; display: table; clear: both; }
.navbar li:not(:last-child):after { content: "|" } ul.navbar:after { content: ""; display: table; clear: both; }
Forum Rules