Text-align classes overridden by table's styles
Created by: pparidans
With the following code, "foo" is aligned to left instead of right
<table class="table">
<tr>
<td class="text-right">foo</td>
</tr>
</table>
Created by: pparidans
With the following code, "foo" is aligned to left instead of right
<table class="table">
<tr>
<td class="text-right">foo</td>
</tr>
</table>