ord
-
Just after New Year, Karla kindly provided the following CSS to remove outdenting of numbered and bulleted lists:
ol { list-style-position: inside; padding-left: 0;}
ol, ul { list-style-position: inside; padding-left: 0;}
These both work fine, but now the hanging indent aspect is missing. In other words, when an item is longer than one line, the second and subsequent lines align with the bullet, not the text … like this:
• Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est
Is there any way of fixing this?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘ord’ is closed to new replies.
