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>';
echo '<div class="padding-bottom-10"></div>';
}
}

View File

@@ -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 {