Adjusts the line-height of selected elements in proportion to their width, relative to the font size.
$(function(){ $('#flexme').autolineheight(); });
Where ‘flexme’ is the id of an element in your page whose contained text is to be fine tuned.
You may adjust the default values to your taste and circumstance when you assign the behaviour to an element, for example:
$('#flexme').autolineheight({minWidth:16,minLineHeight:1.2,ratio:.03});
Further details can be found on my blog post: Auto line-height: a jQuery plugin for flexible layouts