You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

25 lines
369 B

.highscores {
font-size: 0;
.entry {
font-size:16px;
line-height:40px;
}
.rank {
display:inline-block;
text-align:left;
width:50px;
}
.initials {
display:inline-block;
width:100px;
}
.score {
display:inline-block;
text-align:right;
width:200px;
}
}