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
For the most comprehensive browser support, I would recommend using this:
.entry { border-bottom: 1px solid yellow; } .entry:last-child { border-bottom: 0; }