marker-offset
The marker-offset specifies the distance between a marker and the text in the list.
Syntax
marker-offset:<length> | auto | inherit
Values
length
The distance length between a marker and the text in the list.
auto
The browser will calculate and select an offset.
Example
/* Keyword value */
marker-offset: auto;
/* Length values */
marker-offset: 10px;
marker-offset: 2em;
/* Global values */
marker-offset: inherit;
marker-offset: initial;
marker-offset: unset;