Using css: Bootstrap vertically shifts <strong> text within a <td> for some reason — how to fix this? on newest questions tagged css – Stack Overflow

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?

See Answers


source: http://stackoverflow.com/questions/11267178/bootstrap-vertically-shifts-strong-text-within-a-td-for-some-reason-how-t
Using css: using-css



online applications demo