MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 2: Line 2:
.citizen-table-wrapper {
.citizen-table-wrapper {
     overflow-x: unset;
     overflow-x: unset;
}
@media screen and (min-width: 1120px)
.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;
}

.citizen-footer {
    display: none;	
}