diff --git a/less/type.less b/less/type.less index 9b7e7eec2031..9afff93ac50d 100644 --- a/less/type.less +++ b/less/type.less @@ -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 // -------------------------