5 ms·
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-he
by liamondrop 13y 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.
- eli 13y agoNeat. In case anyone else is curious about this: http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/ http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-h...