ensl.org/app/assets/stylesheets/pages/_users.scss

21 lines
192 B
SCSS
Raw Normal View History

2014-04-13 11:16:51 +00:00
#users {
table-layout: auto;
.country,
.age {
width: 5%;
}
.username,
.name {
width: 25%;
}
.steamid {
width: 20%;
}
.actions {
text-align: right;
}
}