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; }
2.1m questions
2.1m answers
60 comments
57.0k users