Quote:
Originally Posted by Sarmat89
Lists are getting a nice hanging indent which is very hard to reproduce without it.
|
Something like the below CSS works quite well:
Code:
.fakelist {
display: block;
margin-bottom: 0.5em;
margin-left: 2.5em;
margin-right: 1.25em;
margin-top: 0.5em;
text-align: left;
text-indent: -1.25em;
}