I installed My Little Forum on my website. I changed the style.min.css file to give it a different look. When I download that file from the server and open it, it has the changes I made. But the forum displays the same as before.
The instructions say that is the file to change. The forum is here. What should I do here?
This is the code that has changed, from the minified file:
body{color:#ccc;background:#333;margin:0;padding:0;font- family:verdana,arial,sans-serif;font-size:100.01%;}
a{color: rgba(255, 200, 0, 1);text-decoration:none;}
a:visited{color:rgba(255, 150, 0, 1);}
a:hover, a:active {color: rgba(255,255,60,1); background-color: rgba(50, 50, 0, 1);}
a.stronglink{padding-left:13px;color:rgba(255,255,60,1);text-decoration:none;font-weight:bold;background:url(images/bg_sprite_1.png) no-repeat 0 4px;}
a.stronglink:visited{color:rgba(255, 150, 0, 1);}
a.stronglink:hover{color:rgba(255,255,60,1);text-decoration:underline;background:url(images/bg_sprite_1.png) no-repeat 0 -46px;}
a.stronglink:active{color:rgba(255,255,60,1);}
#top{margin:0;padding:0;height:4.4em;color:#000;background:#d2ddea url(images/bbnav2.png) no-repeat 0 0;}