I just installed a new instance and I use formit for the template.
<div class="container-fluid">
toto
</div>
I added the following my my style.css file
.container-fluid{
max-width: 900px;
}
That’s very simple, but the change is not apply to my web site.
When I look at the source of the web page. I can seee the link to my style.css file, and when I click on it I can see my change, but the change are not applied.
With firedebug, I can not see the size for the class container-fluid.
No, in fact the problem was due an error to my css file. I corrected it.
But, I observed something annoying.
I am actually working on the css file.
For example, I change the h1 tag in order to have smaller caracter and I also added a temporary border for debuging.
When I refresh the page the changes are not shown. But sometime later, the changes was applyed.
I make new change, and it happen again.
From Administration menu, I clear the cache but it did not help.
I wonder why the CSS changes seams to be cache somewhere. Is there another way then deleting the folder /core/cache, if that is the solution?
Note: I am not very is a problem with the cache of my browser because it happens as well with Safari and Firefox. I have to press at least 5 time ctrl+r to have the change (at best time)