Bootstrap vertically shifts <strong> text within a <td> for some reason — how to fix this?
http://stackoverflow.com/questions/11267178/bootstrap-vertically-shifts-strong-text-within-a-td-for-some-reason-how-t
by Wexcode
HTML
<script src="http://underscorejs.org/underscore-min.js"></script>
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css">
<table class="table">
<tr><td style="vertical-align: text-bottom">not bold <strong>bold</strong> not bold</td></tr>
</table>