Forums
(@notkelsey)
16 years, 9 months ago
Ah, actually, I used .children {list-style: none;} When I changed the odd class’s attributes, I had every other comment being displayed without bullets rather than just the nested replies.
.children {list-style: none;}
Thanks! display:block; seems to have fixed it 🙂
display:block;