From: Haley Date: Mon, 2 Dec 2013 19:29:54 +0000 (-0600) Subject: Added text-justify class to type.less X-Git-Tag: v3.1.0~148^2~25^2~1^2~12^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11675%2Fhead;p=thirdparty%2Fbootstrap.git Added text-justify class to type.less --- diff --git a/less/type.less b/less/type.less index ac07ac7ce0..0c9600d50e 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