ensl.org/app/assets/stylesheets/pages/_users.scss
2014-04-13 12:16:51 +01:00

21 lines
No EOL
192 B
SCSS

#users {
table-layout: auto;
.country,
.age {
width: 5%;
}
.username,
.name {
width: 25%;
}
.steamid {
width: 20%;
}
.actions {
text-align: right;
}
}