0 / 60 seg.

If you have the following CSS code, what style of bullet will the <li> elements in the HTML have?

li {
  list-style: lower-roman inside;
}