added number of sessions played on the bottom.

This commit is contained in:
2018-12-20 23:27:58 -05:00
parent 6098bb9acc
commit d83df037c6
2 changed files with 5 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ class ps4 {
echo '</div>'; echo '</div>';
echo '</div>'; echo '</div>';
} }
echo '<div class="row"><div class="head PlaytimeStart"></div><div class="head PlaytimeEnd"></div><div class="head PlaytimeTotal">'. $i .' sessions</div></div>';
echo '</div>'; echo '</div>';
} }
} }

View File

@@ -189,6 +189,10 @@ a {
background:#95b8d7; background:#95b8d7;
} }
.cell {
display: table-cell;
}
.FontSmaller { .FontSmaller {
font-size: 14px; font-size: 14px;
} }