After applying a CSS reset, I want to get back to \'normal\' behavior for html elements like: p, h1..h6, strong, ul and li.
Now when I say normal I mean e.g. the p e
Normal behaviour for WebKit h1:
h1 { display: block; font-size: 2em; margin: .67__qem 0 .67em 0; font-weight: bold }
Normal behaviour for Gecko h1:
h1 { display: block; font-size: 2em; font-weight: bold; margin: .67em 0; }
The rest of the elements should be there if you search the files.