The css property vertical-align: middle does not work in this example.
vertical-align: middle
HTML:
Two line text&l
You should set a fixed value to your span's line-height property:
line-height
.float, .twoline { line-height: 100px; }