Can anyone tell me why an unordered list has a default indent/padding applied to it? Can this be solved with a CSS Browser Reset?
As to why, no idea.
A reset will most certainly fix this:
ul { margin: 0; padding: 0; }
1.4m articles
1.4m replys
5 comments
57.0k users