ensl.org/app/assets/stylesheets/themes/flat/pages/_bans.scss

23 lines
199 B
SCSS
Raw Normal View History

2014-05-11 12:00:09 +00:00
/*
Bans List
*/
#bans {
h1 {
margin-bottom: 1em;
}
table.bans {
.type,
.expiry {
width: 20%;
}
.actions {
width: 10%;
text-align: right;
}
}
}