From d83df037c6030b699edbfea4fb65009c0061a3e6 Mon Sep 17 00:00:00 2001 From: Sebastien Plante Date: Thu, 20 Dec 2018 23:27:58 -0500 Subject: [PATCH] added number of sessions played on the bottom. --- class.php | 1 + style.css | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/class.php b/class.php index c113345..fc85b51 100644 --- a/class.php +++ b/class.php @@ -52,6 +52,7 @@ class ps4 { echo ''; echo ''; } + echo '
'. $i .' sessions
'; echo ''; } } diff --git a/style.css b/style.css index 9b32161..22a766f 100644 --- a/style.css +++ b/style.css @@ -189,6 +189,10 @@ a { background:#95b8d7; } +.cell { + display: table-cell; +} + .FontSmaller { font-size: 14px; }