Not so much as wish list as a suggestion.
The actinic.css is filled with a fair amount of superfluous code depending on which theme is in place (this is not a thread about the quality of the CSS).... a lot of it can be deleted as not required. Would it be a better solution to place the outer layout design code into theme.css (which changes by theme) and only place common styling (h1, product_list etc) into the actinic.css. This could then also remove the styles in the <head> of the outer layout.
Just a thought to help keep things cleaner and more organised.
The actinic.css is filled with a fair amount of superfluous code depending on which theme is in place (this is not a thread about the quality of the CSS).... a lot of it can be deleted as not required. Would it be a better solution to place the outer layout design code into theme.css (which changes by theme) and only place common styling (h1, product_list etc) into the actinic.css. This could then also remove the styles in the <head> of the outer layout.
Just a thought to help keep things cleaner and more organised.
Comment