YUI initialises CSS parameter as follow in its base.css file: ... list-style: disc outside; ... It is necessary to adjust auto_complete_stylesheet to add the following css parameter for all "li" tags: ``` list-style-type:none; ```
YUI initialises CSS parameter as follow in its base.css file:
...
list-style: disc outside;
...
It is necessary to adjust auto_complete_stylesheet to add the following css parameter for all "li" tags: