Erik Zachte wrote:
In this case the javascript changes from one CSS file to another. That is too complicated too maintain. Instead all preferences could be applied on the go by javascript iself.
I'm no expert in this field, but that strikes me as an odd choice. I thought the whole point of factoring UI design stuff to a CSS file was to make it _easier_ to maintain? Isn't writing UI layout/design code into JavaScript a lot uglier?
-Mark