Re: Why updates do not appears?
Hi,
Set the following setting options up to false in your web.config/user.config, clear your browser cache and refresh your site.
<add key="CacheCssOnServer" value="false" />
<add key="CacheCssInBrowser" value="false" />
Hope Helps,
Asad