Created by: necolas
This commit removes the partial global reset and uses contextual resets where needed.
As far as I can tell, the outcome is the same as before (but worth checking).
FYI: This commit also includes a correction to the font mixin arguments used on forms (there is a separate issue about it) and the removal of overflow-y:scroll
from the html
element - several issues were reported for normalize.css about it causing problems with some modal plugin calculations in Firefox. If you don't want to pull the reset change in, it would still be worth ripping out that overflow property.
Thanks!