some CSS to make it look better... I think ?

This commit is contained in:
2018-12-04 20:21:42 -05:00
parent 60b403f791
commit 91316a08c5
2 changed files with 29 additions and 5 deletions

View File

@@ -64,6 +64,29 @@ body{
.padding-bottom-3 {
padding-bottom: 3px;
}
.padding-bottom-10 {
padding-bottom: 10px;
}
}
.gameinfoline {
}
.gameinfohead {
display: inline-block;
width: 150px;
text-align: left;
text-overflow: ellipsis;
}
.gameinfoseparator:before {
content: "";
}
.gameinfoseparator {
display: inline;
}
.gameinfodetails {
padding-left: 3px;
display: inline;
}