If you you are having problem that firefox doesn’t refresh CSS files when you refresh your web page and chrome and ie don’t have that problem you could try this solution:
Just search for
<meta http-equiv="Content-Type" content="text/html; charset=..." />
and place it right behind the head tag. This should solve the problem. It seems that only firefox has that problem.