You can use the CSS list-style-type property when you need to specify the style of bullets used in your lists. In the next test file one of the possible options is used.
File test.css
ul {
list-style-type: circle;
}
Note: You can use also one of the following values:
– disc
– decimal
– decimal-leading-zero
– square