rbelow / blueprintcss

Automatically exported from code.google.com/p/blueprintcss
1 stars 0 forks source link

typography alt class collapsing when used with divs instead of spans #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
if I use the typography alt class the text collapses to one line if used as
<div class="alt"> instead of <span class="alt">

removing the "line-height: 1%" rule from the typography stylesheet fixes
that. but as the comment says it is there to maintain a correct baseline.

in my case (camino, firefox, safari, opera on mac os x with adobe photoshop
elements 3 installed) there are no problems with the baseline. is there any
information about which cases the fix is for so that i can make a wise
decision about whether to leave that rule as it is or whether to comment it
out?

thanks very much for the awesome framework by the way

Original issue reported on code.google.com by thomas.s...@gmail.com on 6 Sep 2007 at 7:25

GoogleCodeExporter commented 8 years ago
Changed the line-height to 80%, which should fix the problem.

Original comment by ola...@gmail.com on 8 Sep 2007 at 4:30