r20151004
This commit is contained in:
parent
14465c4ca4
commit
3937f188ee
2 changed files with 13 additions and 0 deletions
|
@ -3003,6 +3003,17 @@
|
|||
"user": "Flashwave"
|
||||
}
|
||||
|
||||
],
|
||||
|
||||
"20151003": [
|
||||
|
||||
"eminence",
|
||||
{
|
||||
"type": "UPD",
|
||||
"change": "Restrict width of memberlist.",
|
||||
"user": "Flashwave"
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Reference in a new issue