Bootstrap: bottom right text in “well” class

jennamattie

New Member
How I can make bottom right text (Signature) for for "well" bootstrap class? This code working, if image height less than text height . \[code\]<div class="row"><div class="well well-small clearfix"> <img src="http://stackoverflow.com/upload/img/12.jpg" class="img-polaroid" style="float: right; margin: 7px " /> <p> Article text (big or small) </p> <p class="muted text-right"> signature text </p></div>\[/code\]
 
Back
Top