So simple yet so much of a headache. Have you ever needed to center content in a div only to have it always sit on the baseline? Here is a neat CSS trick to get it to work in all browsers.
<div class="outerbox"> <span class="content1"><img src="img/modules/profilepic.jpg" width="50" height="50" alt="[Username]"></span> <span class="content">Username</span> <span class="quorum-viewprofile-event">3 minutes ago</span> </div>