diff options
| author | Mark Otto <[email protected]> | 2013-12-07 11:58:31 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-07 11:58:31 -0800 |
| commit | a691d5443656339e91247e8f7aed62932a510258 (patch) | |
| tree | fd507408590e7f471242d94837e3c87debafd825 | |
| parent | fe58357df182b52f5905f432a3b2629c717656f1 (diff) | |
| parent | 3a65b2c11f43154907923535b56ea84fb84cfb78 (diff) | |
| download | bootstrap-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.less | 1 |
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 |
