Using the latest straight download of Twitter Bootstrap, the following
<table class="table">
<tr><td>not bold <strong>bold</strong> not bold</td></tr>
</table>
causes the bold text (i.e. the word "bold") to be slightly shifted downward so that it's no longer vertical on the same line as the rest of the text.
I see the downward shift with Chrome and Safari but NOT with Firefox. (EDIT: based on the comments, it seems this may only happen on a Mac.)
Is this supposed to happen? Am I doing something wrong? If it's a bug, any suggested workaround?