Y
Hacker News
new
|
ask
|
show
|
jobs
by
liamondrop
4680 days ago
The line-height part of this is unnecessary / duplicates css behavior. No need to use px. Just set the line-height to the ratio you want in css.
p { line-height: 1.45; }
and you're done.
1 comments
eli
4680 days ago
Neat. In case anyone else is curious about this:
http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-h...
link