For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
I think the order of the stylesheets is only a problem if you have different CSS for the same thing in different stylesheets, and they conflict with each other.
Perhaps, rather than recreating the associations each time, it would be easier if you went through once and checked your CSS and made sure you're only formatting each attribute once. Your CSS will validate better too.
I do agree with the fact that stylesheets should keep some order, but one should also check that rules work like they should even if the order is different (!important and html body {color..} in the first one would make black value have higher specificity)
actully you are right if you call a style for something eg. #content{width:500px}
and some other sheet comes along and says #content{width:700px}
guess which one will style the #content...
if you said which ever one gets there first YOU WIN... jonny tell the folks what they won...
well in this corner we have a wonderful dinette set for two with elegant chairs to match..... some prizes may be subsituted for less quality gear
In 0.12.2, the stylesheets were ordered in the order that you attached them to the template. This didn't get carried over to 0.13 in the new stylesheet.php. I will be fixing this in the next release. However, if you change old_stylesheet to true in config.php, then the "ordering" will be honoured.