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