CSS marker-offset
Also see the full, alphabetical list of CSS properties
The CSS marker-offset property can be used in bulleted lists for specifying the distance between the nearest border edges of a marker box (or bullet) and its associated principal box.
| Syntax: | marker-offset: <value>; |
| Possible Values: |
|
| Initial Value: | auto |
| Applies to: | marker elements (elements with 'display:marker') |
| Inherited: | No |
| Media: | Visual |
| Example: |
li:before { display: marker; marker-offset: 10px }
|
