![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
I’m not sure if this is the best place for this, but I bet someone here has the answer.
I often use bullet lists in my posts. If a list item takes more than one line/sentence, the second line is automatically aligned under the bullet. To me, that looks a bit messy and I’d rather have the text set more to the right, so that all lines are aligned under one another. To do that, what do I need to change in my CSS?
My apologies if my explanation is vague. English isn’t my first language and I can’t think of another way to explain it.
I often use bullet lists in my posts. If a list item takes more than one line/sentence, the second line is automatically aligned under the bullet. To me, that looks a bit messy and I’d rather have the text set more to the right, so that all lines are aligned under one another. To do that, what do I need to change in my CSS?
My apologies if my explanation is vague. English isn’t my first language and I can’t think of another way to explain it.
Tags:
no subject
Date: 2011-01-11 11:55 am (UTC)no subject
Date: 2011-01-11 12:14 pm (UTC)no subject
Date: 2013-09-18 08:37 am (UTC)no subject
Date: 2011-01-11 11:56 am (UTC).entry-content li, .comment-content li { list-style-position: outside; }
and change that outside to inside, and that should do it for you.