Topic: get css out of code
I would like to suggest/request, to get as much css (and html) as possible out of the code.
As an example I'll use the main.tpl file:
there's the code <pun_title>, and that displays not only the title, but also puts it inside a h1 tag and some span (without id nor class). I think it would be usefull that only the title is displayed by <pun_title>.
1)That way it is much easier to modify the template.
2)If only the template has to be altered (eg leaving out the h1 in the tpl file), there's a higher probability one doesn't have to change everything back after upgrading all those non-tpl files.