From 202ca2f94287bd1711756e30546e223b1da03489 Mon Sep 17 00:00:00 2001 From: Sebastien Plante Date: Fri, 21 Dec 2018 07:30:45 -0500 Subject: [PATCH] just a little border for the details. --- class.php | 1 + style.css | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/class.php b/class.php index 2b1422d..70ad570 100644 --- a/class.php +++ b/class.php @@ -63,6 +63,7 @@ class ps4 { } echo '
'. $i .' sessions
'; echo ''; + echo '
'; } } diff --git a/style.css b/style.css index 22a766f..547627b 100644 --- a/style.css +++ b/style.css @@ -51,6 +51,7 @@ a { float: left; width: auto; padding-top: 10px; + padding-bottom: 10px; } /* Clear floats after the columns */ @@ -156,10 +157,10 @@ a { .PlaytimeDetails { display: table; - padding-top: 10px; - padding-bottom: 5px; - padding-right: 10px; + padding: 5px; + margin-right: 10px; border-radius: 4px; + border: 1px solid #274a68; } .PlaytimeStart {