add text alignment classes from 3.0

This commit is contained in:
Mark Otto 2013-01-15 10:15:02 -08:00
parent 337741fc9a
commit c34ef69100
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,10 @@ a.text-info:hover { color: darken(@infoText, 10%); }
.text-success { color: @successText; }
a.text-success:hover { color: darken(@successText, 10%); }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
// Headings
// -------------------------