just a little border for the details.

This commit is contained in:
2018-12-21 07:30:45 -05:00
parent d7ab133fab
commit 202ca2f942
2 changed files with 5 additions and 3 deletions

View File

@@ -63,6 +63,7 @@ class ps4 {
} }
echo '<div class="row"><div class="head PlaytimeStart"></div><div class="head PlaytimeEnd"></div><div class="head PlaytimeTotal">'. $i .' sessions</div></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>';
echo '<div class="padding-bottom-10"></div>';
} }
} }

View File

@@ -51,6 +51,7 @@ a {
float: left; float: left;
width: auto; width: auto;
padding-top: 10px; padding-top: 10px;
padding-bottom: 10px;
} }
/* Clear floats after the columns */ /* Clear floats after the columns */
@@ -156,10 +157,10 @@ a {
.PlaytimeDetails { .PlaytimeDetails {
display: table; display: table;
padding-top: 10px; padding: 5px;
padding-bottom: 5px; margin-right: 10px;
padding-right: 10px;
border-radius: 4px; border-radius: 4px;
border: 1px solid #274a68;
} }
.PlaytimeStart { .PlaytimeStart {