I have a div : <div id="fancyboxID-1">
<p>0767380042</p>
</div>
and this css:
#fancyboxID-1 p { font-size:150px; text-align: center; line-height:150px; overflow:hidden;}
After I upload and refresh the website I don't see any changes but if I check the source code: I see the css properties.
It's very strange for me, I've tried to upload on another server and there it works. Any ideas why this is not working ?
pcss proprietes when I inspect element instead of showing#fancyboxID-1 p{ } is justp– Alecs Sep 17 '12 at 13:49