well, here's another css question from me. i just hope i can describe the problem good enough, since english is still hard for me.
i'm customizing my two blogs with the chaoticsoul theme and ran now into a problem which i can't solve by myself. the category widget should show bullets in front of each sub-category and does so as long as i just add some lines of code with the option "Add this to the ChaoticSoul theme's CSS stylesheet". but since i plan to change all colors and what not i downloaded the original css-file and chose the option "Start from scratch and just use this ". ok, fine, everything's like i want it to be, but instead just bullets i get a bullet with the number 20 in front of the sub-categories. i checked the code several times and found to my surprise, that during the upload the code's changed! i enter this:
#sidebar ul ul li:before { content: "\2022 \20"; }
and after the upload it shows that:
#sidebar ul ul li:before { content:"\2022 20"; }
so the slash's missing, and i can't find a way to upload the correct code :( i could live without the bullets if there's a way to make the widget look good in firefox AND internet explorer. as last time, any help is highly appreciated!
oh, i nearly forgot it - here's the url to my test blog: http://blubberblub.wordpress.com/
thanks in advance to every helping hand :))