Hello,
I am busy with a project with several subdomains, and the easiest way I found to change the css, is to put one css in the main domain instead of copying the css to all the subdomains, then link to there.
Because using '../style.css' doesnt work in subdomain, i did it as 'http://www...../style.css'.
However, I was wondering if that is somehow bad, or whatever.
Any info on this is graetly appreciated