From: Mark Otto Date: Tue, 15 Jan 2013 18:15:02 +0000 (-0800) Subject: add text alignment classes from 3.0 X-Git-Tag: v2.3.0^2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c34ef691001626728cf5263421899227aa4d3b5b;p=thirdparty%2Fbootstrap.git add text alignment classes from 3.0 --- diff --git a/less/type.less b/less/type.less index 9b7e7eec20..9afff93ac5 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 // -------------------------