You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* fix ApprovedRevs awkwardness with subpages */
.approvedRevs-approved .subpages::after,
.approvedRevs-notapproved .subpages::after,
.approvedRevs-noapprovedrev .subpages::after {
content: "\A";
white-space: pre-wrap;
}
/* a change to Citizen made these hidden checkboxes accidentally visible */
input.citizen-menu-checkbox-checkbox {
display: none;
}
/* fix infobox width on mobile */
@media screen and (max-width: 500px) {
.infobox {
margin-left: auto!important;
margin-right: auto!important;
float: none!important;
000
1:0
Return to MediaWiki:Gadget-Citizenstuff.css.