| ZVON > References > CSS2 Reference |
| Intro / Search / ZVON |
| Property: | marker-offset |
| Percentages: | N/A |
| Media: | visual |
| Applies to: | elementswith 'display: marker' |
| Initial: | auto |
| Value: | <length> | auto | inherit |
| Inherited: | no |
|
<text> Works?? <item>aaa</item> <item>bbb</item> <item>ccc</item> <item>ddd</item> </text> | View * {display: block} item:before {display: marker; content: "-"; marker-offset: 20pt} |
|
|
|