Quote:
Originally Posted by JSWolf
And finally, you do not use pt in margins. You use ems.
|
Unless you want the margins to have a fixed size, and not to depend on the font size (which I agree won't typically be the case here).
Quote:
And finally, the padding of 0 is not needed.
|
Depends on what the "block" class will be applied to. You need padding 0 for the same reason you need text-indent 0: to cancel possibly inherited values.