some CSS to make it look better... I think ?
This commit is contained in:
25
style.css
25
style.css
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user