How do you make a list item marker invisible, but keep the item indented?
<ul style="___"> <li>Item</li> </ul>
list-style-type: 0
list-style-type: invisible
list-style-type: none
list-style-type: hidden