aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-07 11:58:31 -0800
committerMark Otto <[email protected]>2013-12-07 11:58:31 -0800
commita691d5443656339e91247e8f7aed62932a510258 (patch)
treefd507408590e7f471242d94837e3c87debafd825
parentfe58357df182b52f5905f432a3b2629c717656f1 (diff)
parent3a65b2c11f43154907923535b56ea84fb84cfb78 (diff)
downloadbootstrap-a691d5443656339e91247e8f7aed62932a510258.tar.xz
bootstrap-a691d5443656339e91247e8f7aed62932a510258.zip
Merge pull request #11675 from GraceNut/feature/text-justify
Added text-justify class to type.less
-rw-r--r--less/type.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/type.less b/less/type.less
index ac07ac7ce..0c9600d50 100644
--- a/less/type.less
+++ b/less/type.less
@@ -120,6 +120,7 @@ cite { font-style: normal; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
+.text-justify { text-align: justify; }
// Page header