I have a few inline blocks that are side by side and want to align the baselines of the first line of text on each of those.
Example: http://jsfiddle.net/wW9hH/
I want each container to have the baseline of "Line 1" aligned with the other containers "Line 1".
Is there any way to achieve that with CSS. Also display: table-cell
is not an option in my case (because I want the divs to wrap on smaller displays).