Hello!
I hope someone could help me with my problem ive been trying to solve this for 5hours but i cant get it to work..
I want to add a icon for not-tried quest, another icon for failed quests and another icon for passed quests that should show up before the quizlinks in:
http://xn--jgarexamenprovfrgor-gwb0b.se/prov.
ive found this code in the template css, i belive i can set my own pictures here?? if so? how do i do it? the original image seems to be ''/img/glyphicons-halflings.png'' but its not showing either?:
Thanks in advance for your help.
---------------------------------------------
span.aq-quiz-link-nottry {
/*star*/
width: 14px;
height:14px;
display: inline-block;
background-image: url("../img/glyphicons-halflings.png");
background-position: -120px 0px;
background-repeat: no-repeat;
-----------------------------------------------