diff options
| author | Haley <[email protected]> | 2013-12-02 13:29:54 -0600 |
|---|---|---|
| committer | Haley <[email protected]> | 2013-12-02 13:29:54 -0600 |
| commit | 3a65b2c11f43154907923535b56ea84fb84cfb78 (patch) | |
| tree | 72c66a9b5dbb719ce6b16e911bb1f2397e9bf57b | |
| parent | cc6951fa15ab990b5d90edd7acc9f1bbf2f16875 (diff) | |
| download | bootstrap-3a65b2c11f43154907923535b56ea84fb84cfb78.tar.xz bootstrap-3a65b2c11f43154907923535b56ea84fb84cfb78.zip | |
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 |
