Michael
Michael

Reputation: 1042

CSS decimal list style type, the hanging number doesnt have the same baseline as my header text

CSS decimal list style type, the hanging number doesnt have the same baseline as my header text

http://mikejmitchell.com/list-style-type-decimal.png

how can i line these up

Upvotes: 0

Views: 836

Answers (2)

Gerben
Gerben

Reputation: 16825

Some code would be nice. The only way I could recreate the error was by giving the blue text bigger line-height. So you might want to try tweaking the line-height (and maybe adding some top- and bottom-margins re-add the vertical spacing.

Upvotes: 2

thedev
thedev

Reputation: 2906

try

 li { vertical-align:bottom;}

Upvotes: 1

Related Questions