I had reset my css with a reset css (likely normal) but recently im using a wysiwyg plugint (textarea plugin) and everytime I insert an ul or ol list the disc or numbers dont appear, because the list-style:none; I have added a new div surrounding the textarea and making in the css file something like
.divsurrondig ul{list-type:disc; border:1px solid red;}
the red color appear everytime I insert a new list with the widget but no! bullet appear, do you know how can I reset the list style for show the bullets/numbers?