Home › Forums › CSS › last-child of a class › Re: last-child of a class
May 28, 2012 at 9:26 am
#103571
Member
border-bottom: 0; (or even none) should work fine.
sometimes :last-child might not be selecting the “last child” as you expect it to, so you might want to check out :last-of-type
Cheers