so i just replace the content: /00BB /0020 with this
padding-left: 10px;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
??
i couldnt find the line “Special stylized non-IE bullets” but i found this
“.entry ul li:before, #sidebar ul ul li:before {
content: “0BB 020”;
}”
which is probably the most similar to what you said.
so any suggestions how i can replace or actually find out what does the 00BB and 0020 mean?