From 3a65b2c11f43154907923535b56ea84fb84cfb78 Mon Sep 17 00:00:00 2001
From: Haley <texashandmaids@hotmail.com>
Date: Mon, 2 Dec 2013 13:29:54 -0600
Subject: [PATCH] Added text-justify class to type.less

---
 less/type.less | 1 +
 1 file changed, 1 insertion(+)

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
-- 
GitLab