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
$
I guess because CSS already has text-align:right, AFAIK, Bootstrap doesn't have a special class for it.
text-align:right
Bootstrap does have "pull-right" for floating divs, etc. to the right.
Bootstrap 2.3 just came out and added text alignment styles:
Bootstrap 2.3 released (2013-02-07)