mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-06 23:21:35 +01:00
add margins
This commit is contained in:
@@ -97,18 +97,19 @@ body{
|
|||||||
|
|
||||||
/* ############# PLAYER INFORMATION IN LINES ############# */
|
/* ############# PLAYER INFORMATION IN LINES ############# */
|
||||||
.playerRank{
|
.playerRank{
|
||||||
|
margin-left:1%;
|
||||||
float: left;
|
float: left;
|
||||||
width: 10%;
|
width: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.playerName{
|
.playerName{
|
||||||
float: left;
|
float: left;
|
||||||
width: 30%;
|
width: 25%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.playerRating{
|
.playerRating{
|
||||||
float: right;
|
float: right;
|
||||||
width: 20%;
|
width: 15%;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -116,6 +117,7 @@ body{
|
|||||||
float: right;
|
float: right;
|
||||||
width: 20%;
|
width: 20%;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
margin-right: 1%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.playerWinratio{
|
.playerWinratio{
|
||||||
|
|||||||
Reference in New Issue
Block a user