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

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
More languages
No edit summary
No edit summary
Line 6: Line 6:
@media screen and (min-width: 1120px)
@media screen and (min-width: 1120px)
.citizen-footer {
.citizen-footer {
    margin-bottom: 0;
     display: none;
     display: none;
}
}

Revision as of 19:40, 3 March 2024

/* All CSS here will be loaded for users of the Citizen skin */
.citizen-table-wrapper {
    overflow-x: unset;
}

@media screen and (min-width: 1120px)
.citizen-footer {
    display: none;
}