I am finishing some Wordpress web page and I want to style (with CSS) the roll of entries in the Posts page. Wordpress creates this:
CSS
Posts
Pretty simple solution:
#wrapper :last-child { border:none; }