aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-17 20:23:33 -0800
committerMark Otto <[email protected]>2013-01-17 20:23:33 -0800
commitd9b35c2602b18c78a72ba4b1698b3ec93ccb868d (patch)
tree9ad02dd103c908c5c9008d2296623e896d4498f7 /less/type.less
parentf068cdeb63770182b9e954eac9cbd11bf8df5d57 (diff)
parent01b465928ec47d460ea1fd705e49aa2e0e9a4d28 (diff)
downloadbootstrap-d9b35c2602b18c78a72ba4b1698b3ec93ccb868d.tar.xz
bootstrap-d9b35c2602b18c78a72ba4b1698b3ec93ccb868d.zip
Merge branch '2.3.0-wip' into 3.0.0-wip
Conflicts: docs/assets/css/bootstrap.css docs/components.html docs/css.html docs/customize.html docs/examples/fluid.html docs/extend.html docs/getting-started.html docs/index.html docs/javascript.html docs/scaffolding.html docs/templates/layout.mustache docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache less/navbar.less
Diffstat (limited to 'less/type.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 d5d1d8866..563cee42e 100644
--- a/less/type.less
+++ b/less/type.less
@@ -44,6 +44,10 @@ a.text-success:hover { color: darken(@state-success-text, 10%); }
.text-right { text-align: right; }
.text-center { text-align: center; }
+.text-left { text-align: left; }
+.text-right { text-align: right; }
+.text-center { text-align: center; }
+
// Headings
// -------------------------