:
Oh, and I don't know if it has any meaning or something, but on Soulstorm site in source code link to the CSS file adds random, most of the time 3-digit, but sometimes 2-digit number as POST-parameter after every reload
link href="css/stylei.css?random=552" rel="stylesheet"
after reload:
link href="css/stylei.css?random=159" rel="stylesheet"
and then again:
link href="css/stylei.css?random=581" rel="stylesheet"
etc.
|
They are probably just using a fairly common technique to prevent the browser from caching CSS files as they are updating them fairly often as more stuff gets shown off.