ensl.org/app/assets/stylesheets/pages/_bans.scss
Luke Barratt 5cd2d098a0 Completed restyling:
- Bans
- Articles
- Forums
- Users

Further styling improvements to form elements
2014-04-20 02:29:52 +01:00

23 lines
No EOL
199 B
SCSS

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