Aldro ([personal profile] aldro) wrote in [community profile] style_system2011-01-11 11:33 am
Entry tags:

Bullet points

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.
jana: [Naruto] Sakura (Default)

[personal profile] jana 2011-01-11 11:55 am (UTC)(link)
Try adding .entry-content ul li {list-style-position: outside;} to your custom css.
everbright: Eclipse of Saturn (Default)

[personal profile] everbright 2013-09-18 08:37 am (UTC)(link)
Saw this entry linked form a later post! Thanks much, works like a charm for me too!
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2011-01-11 11:56 am (UTC)(link)
Hm, okay look for:

.entry-content li, .comment-content li { list-style-position: outside; }

and change that outside to inside, and that should do it for you.