I\'m trying to get a setup in Bootstrap that would look something like this, where I have text aligned with the bottom of an image:
=========================
Here's another solution: http://jsfiddle.net/6WvUY/7/.
HTML:
Some Text
CSS:
.row { display: table; } .row > div { float: none; display: table-cell; }