dlang / D-Blog-Theme

WordPress theme for dlang.org/blog
3 stars 3 forks source link

Better formatting of lists #11

Open mdparker opened 8 years ago

mdparker commented 8 years ago

Looking at the guest post I just published, the lists are cramped and claustrophobic. I tried to make them look better on my local copy, but I failed miserably. Adding properties to the style sheet for the entry-content class had no effect. I have no idea where to modify them.

I'm thinking they need to be set off a bit from the rest of the text somehow (deeper margins, smaller text, borders, whatever) and the list items need to have more spacing between them.

WalterBright commented 8 years ago

Mike, just wanted to chime in with how much I appreciate the effort and quality of your work!

mdparker commented 8 years ago

Thanks, Walter! That makes for a great start to my day :)

wilzbach commented 8 years ago

Adding properties to the style sheet for the entry-content class had no effect. I have no idea where to modify them.

Ping @JackStouffer ;-)

wilzbach commented 7 years ago

How about:

article ul {
    padding-left: 1.8em;
}

So instead of:

image

it would be:

image