MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
 
Line 1: Line 1:
/* All CSS here will be loaded for users of the Citizen skin */
/* All CSS here will be loaded for users of the Citizen skin */
/*#citizen-section-collapsible-0 {*/
 
/*    float: right;*/
/* Fix for Infoboxes not correctly floating to the right */
/*}*/
.citizen-table-wrapper {
    overflow-x: unset;
}

Latest revision as of 00:38, 23 October 2024

/* All CSS here will be loaded for users of the Citizen skin */

/* Fix for Infoboxes not correctly floating to the right */
.citizen-table-wrapper {
    overflow-x: unset;
}