diff --git a/deploy/templates/bath-house.tpl b/deploy/templates/bath-house.tpl
index 0819d55c5..cf6b1b04b 100644
--- a/deploy/templates/bath-house.tpl
+++ b/deploy/templates/bath-house.tpl
@@ -32,7 +32,11 @@
{foreach item="duel" from=$duels}
-
- {include file="player-link.tpl" username=$duel.attacker id=$duel.attacker_id} has dueled {include file="player-link.tpl" username=$duel.defender id=$duel.defender_id} and {if $duel.won}won{else}lost{/if} for {$duel.killpoints} killpoints on {$duel.date}
+ {include file="player-link.tpl" username=$duel.attacker id=$duel.attacker_id}
+ has dueled
+ {include file="player-link.tpl" username=$duel.defender id=$duel.defender_id}
+ and {if $duel.won}won{else}lost{/if}
+ for {$duel.killpoints} killpoints
{/foreach}
diff --git a/deploy/templates/selfmenu.partial.tpl b/deploy/templates/selfmenu.partial.tpl
index 59d468beb..1e097b4be 100644
--- a/deploy/templates/selfmenu.partial.tpl
+++ b/deploy/templates/selfmenu.partial.tpl
@@ -33,7 +33,9 @@
{/if}
{if $ninja->isAdmin()}
-
+
+ Ninjamaster
+
{/if}
Account Info
@@ -50,9 +52,13 @@
- Intro Guide
+
+
+ Intro Guide
+
+
-
diff --git a/deploy/www/css/style.css b/deploy/www/css/style.css
index a66bf19a3..c66c134c1 100644
--- a/deploy/www/css/style.css
+++ b/deploy/www/css/style.css
@@ -5287,6 +5287,22 @@ input[type='button'].btn-block {
margin-right: 2rem;
}
+.my-thick {
+ margin-top: 2rem;
+ margin-bottom: 2rem;
+}
+
+.px-thick {
+ padding-left: 2rem;
+ padding-right: 2rem;
+}
+
+.py-thick {
+ padding-top: 2rem;
+ padding-bottom: 2rem;
+}
+
+
/**
* Media queries for responsive design.
*