In Bootstrap 3 (3.0.3) adding the "text-center" class to a td element works out of the box.
I.e., the following centers some text in a table cell:
<td class="text-center">some text</td>
In Bootstrap 3 (3.0.3) adding the "text-center" class to a td element works out of the box.
I.e., the following centers some text in a table cell:
<td class="text-center">some text</td>