Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-01-15 22:15:02 +0400
committerMark Otto <otto@github.com>2013-01-15 22:15:02 +0400
commitc34ef691001626728cf5263421899227aa4d3b5b (patch)
treec928621cda9a0ffb35db41f2d27ab7417d3c2de5 /less
parent337741fc9aa89e691f15c45d59cd4b70e4b16527 (diff)
add text alignment classes from 3.0
Diffstat (limited to 'less')
-rw-r--r--less/type.less4
1 files changed, 4 insertions, 0 deletions
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
// -------------------------