I have an unordered list, which can contain either an even or odd number of items. I\'m looking for a CSS-only way to remove the border from the last 2 li tags
li
Another alternative:
li:last-child:not(:nth-child(odd))
Here is a fiddle: http://jsfiddle.net/W72nR/