Is there a set of classes in Twitter's Bootstrap framework that aligns text?
For example, I have some tables with $
totals that I want aligned to the right...
<th class="align-right">Total</th>
and
<td class="align-right">$1,000,000.00</td>
Is there a set of classes in Twitter's Bootstrap framework that aligns text?
For example, I have some tables with $
totals that I want aligned to the right...
<th class="align-right">Total</th>
and
<td class="align-right">$1,000,000.00</td>