]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add text alignment classes from 3.0
authorMark Otto <otto@github.com>
Tue, 15 Jan 2013 18:15:02 +0000 (10:15 -0800)
committerMark Otto <otto@github.com>
Tue, 15 Jan 2013 18:15:02 +0000 (10:15 -0800)
less/type.less

index 9b7e7eec2031708df097fbcba97a40c672d0193b..9afff93ac50dabb4f5725d55a0d9f61641f2cd76 100644 (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
 // -------------------------