Quoted By:
still redoing the yukisuki page for chrome and i've found a strange behaviour in the original yukisuki page. The height of the div element in the screenshot should be 150px because it has 6 lines in it and the line-height is 25px as you can see on the right. the element behaves as if the line-height was 27px. If i set the line-height to 27px, the div is 168px high, which would correspond to "real" line-height of 28px. If i set it to 28px the size corresponds to a "real" line-height of 28.5px. For a line-height of 29px or higher the resulting div element has the expected height of 6*line-height. This doesn't happen in my redone version. I believe this to be some kind of bug, but without knowing the reason for this behaviour i can not be sure, and as i want to recreate the original yukisuki a close as possible i would be great if someone could help me out here.