the only time i've actually found it useful to include a reset.css was for fixed layout epubs (for iOS), and even then i've only used it ever to obliterate the padding and margins for block elements. it's rudimentary, but i was using something like
html,body,div,img,p,a,ul,li {margin:0;padding:0;}
started using originally because i was looking for a way to reset the default margins on the iOS. if OP's looking for a really comprehensive reset, there's no reason not just to grab one from wp or similar.
|