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 r
$
Expanding on David's answer, I just add a simple class to augment Bootstrap like this:
.money, .number { text-align: right !important; }