From 9345ef9886d028f277bb7eb460105b85f30f6131 Mon Sep 17 00:00:00 2001
From: j <okp57855@psoxs.com>
Date: Mon, 29 Jan 2018 11:25:17 +1300
Subject: [PATCH] Reworked display

---
 src/SecExp/securityReport.tw | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/src/SecExp/securityReport.tw b/src/SecExp/securityReport.tw
index 975fc7e9bca..3211e1b235e 100644
--- a/src/SecExp/securityReport.tw
+++ b/src/SecExp/securityReport.tw
@@ -12,7 +12,7 @@
 <<set _recruits = 0>>
 <<set _newMercs = 0>>
 
-<<if $useTabs == 0>>__Security__<</if>>
+<<if $useTabs == 0>>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>__Security__<</if>>
 <br>
 
 <strong>Security</strong>:
@@ -171,9 +171,7 @@
 <</if>>
 <<set $security = Math.clamp(_newSec, 0, 100)>>
 
-<br>
-<br>
-
+<br><br>
 <strong>Crime</strong>:
 /* crime modifiers */
 <<if $week < 30>>
@@ -254,10 +252,9 @@
 
 
 <<if $militiaFounded == 1 || $activeUnits >= 1>>
-	<br>
-	<br>
+	<br><br>
 	/* militia */
-	<strong>Military</strong>:
+	<strong> Military</strong>:
 	<<if $recruitVolunteers == 1>>
 		Your militia accepts only volunteering citizens, ready to defend their arcology.
 		<<set _recruits = random(1,2)>>
@@ -408,7 +405,7 @@
 	<<for _i = 0; _i < _sL; _i++>>
 		<<set _loyaltyChange = 0>>
 		<br>
-		<br>$slaveUnits[_i].platoonName:
+		<br> $slaveUnits[_i].platoonName:
 		<<if $secBarracksUpgrades.loyaltyMod >= 1>>
 			<<set _loyaltyChange += 2 * $secBarracksUpgrades.loyaltyMod>>
 			is periodically sent to the indoctrination facility in the barracks for thought correction therapy.
-- 
GitLab