I've got 2 <div> elements. both have static width (x px) and display
property set to inline-block.
If they have the same height everything is ok - they display correctly.
But if content of 1 has bigger height, then content of 2nd one goes bottom.
How can I put content of <div> with smaller height to the top (or middle)?
Thanks