Skip to content

Commit

Permalink
add text alignment classes from 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jan 15, 2013
1 parent 337741f commit c34ef69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions less/type.less
Original file line number Diff line number Diff line change
Expand Up @@ -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
// -------------------------
Expand Down

0 comments on commit c34ef69

Please sign in to comment.