| hey
from a design point of view, i would make everything a hell of alot easier to design for.
i would use standard naming conventions throught pligg and prefix all styles with the area of the site they link to, as finding out what a style is when your looking through css can be a ballache.
ie. sidebar-search {} header-logo {} main-p {} vote-box {}
.... so if its in the title in header.tpl file and it's styled, then it should be headertitle {}
just makes it easier to trace where a style comes from.
|