+
Unit Name: {{ unitLocal.unit.unitName }}
-
{{ unitLocal.unit.warlordTraits }}
+
Warlord Traits: {{ unitLocal.unit.warlordTraits }}
-
{{ unitLocal.unit.psychicPowersTaken }}
+
Psychic Powers {{ unitLocal.unit.psychicPowersTaken }}
-
{{ unitLocal.unit.relics }}
+
Relics: {{ unitLocal.unit.relics }}
-
{{ unitLocal.unit.battleHonours }}
+
Battle Honours: {{ unitLocal.unit.battleHonours }}
-
{{ unitLocal.unit.battleScars }}
+
Battle Scars: {{ unitLocal.unit.battleScars }}
- Units Destroyed: {{unitLocal.unitsDestroyed}}
+ Units Destroyed: {{unitLocal.unitsDestroyed}}
- Agenda 1: {{unitLocal.agendaOneTally}}
+ Agenda 1: {{unitLocal.agendaOneTally}}
- Agenda 2: {{unitLocal.agendaTwoTally}}
+ Agenda 2: {{unitLocal.agendaTwoTally}}
- Agenda 3: {{unitLocal.agendaThreeTally}}
+ Agenda 3: {{unitLocal.agendaThreeTally}}
- EXP: {{unitLocal.experience}}
+ EXP: {{unitLocal.experience}}
-
Is Dead:
+
Is Dead:
-
Marked for Greatness:
+
Marked for Greatness:
@@ -75,10 +75,10 @@
class="btn btn-danger">Clear
diff --git a/src/main/webapp/content/scss/global.scss b/src/main/webapp/content/scss/global.scss
index 0f68be78..ebefb560 100644
--- a/src/main/webapp/content/scss/global.scss
+++ b/src/main/webapp/content/scss/global.scss
@@ -206,6 +206,7 @@ entity detail page css
width: 60px;
background-color: whitesmoke;
color: black;
+ font-weight: normal;
border: 1px solid black;
}