xxxxxxxxxx
ul {
list-style-position: inside; /* The list item marker is placed inside the content flow */
/* list-style-position: outside; *//* The list item marker is placed outside the content flow */
}
xxxxxxxxxx
/* Keyword values */
list-style-position: inside;
list-style-position: outside;
/* Global values */
list-style-position: inherit;
list-style-position: initial;
list-style-position: revert;
list-style-position: unset;