Right now, I have each section broken up via a bottom margin on my list #sidebar ul. That is, each section is a list (
).
As you can see by the red I added, this margin as added to the last list as well.
Here’s my question – since nth child can’t be used on the list itself, is there an easy way to get rid of this margin? Should I be doing my markup differently?