Hi all,
i ma not good at css and do not know much.
i create a folder name "mytheme" into app_theme folder and put a stylesheet.css file init.And put the css codes into stylesheet.css below,
body
{
font-family:Verdana;
font-size:small;color:#000000;
margin: 0;padding: 0;
margin-right: 30;text-align: left;
}
h3
{
font-family:Arial Black;
font-size:xx-large;margin-bottom: -15;
color: #6B70BF;padding-left: 15;
}
...(more)
then i set the page Theme property to mytheme.it is working until i open the stylesheet.css and change some values like font-size:small;...after loading the page i see new values not affected or applied.
The question is why changes i made to stylesheet.css file not applying to page?
Thanks in Advance