I have a question about style reset. I made this test page to demonstrate it: www.juliaeller.com
As you can see in the CSS-code I reset the browser styles.
But: If I disable Browser Default Styles (CSS > Disable Styles > Browser Default Styles) in the Web Developer Toolbar the line-height and font-size of the text in the wrapper changes.
Why?
I assume that not all browser styles er reset correctly but I cannot see what is wrong here.
It looks like the webdeveloper toolbar simply outputs these rules as last in sequence (in disabled.css) and hence have more weight than any of your same original declarations.