MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 7: Line 7:
.citizen-footer {
.citizen-footer {
     display: none;
     display: none;
}
.citizen-footer {
    display: none;
}
}

Revision as of 19:41, 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;
}

.citizen-footer {
    display: none;	
}