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 '
';
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 {