r20151004

This commit is contained in:
flash 2015-10-04 21:01:01 +02:00
parent 14465c4ca4
commit 3937f188ee
2 changed files with 13 additions and 0 deletions

View file

@ -3003,6 +3003,17 @@
"user": "Flashwave"
}
],
"20151003": [
"eminence",
{
"type": "UPD",
"change": "Restrict width of memberlist.",
"user": "Flashwave"
}
]
}

View file

@ -784,9 +784,11 @@ a.default:active {
*/
.membersPage {
width: 100%;
margin: 0 auto;
padding: 10px 0;
overflow: hidden;
text-align: center;
max-width: 1280px;
}
.membersPage a {