Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Gadget-Citizenstuff.css: Difference between revisions

MediaWiki interface page
No edit summary
(fix infobox display problems on citizen applying rules for tables that do not work well for this one)
Line 19: Line 19:
margin-right: auto!important;
margin-right: auto!important;
float: none!important;
float: none!important;
}
}
/*
fix infobox display problems on citizen applying rules for tables
that do not work well for this one
*/
@media screen {
.infobox {
display: table;
}
}
}
}