MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
(Created page with "→‎All CSS here will be loaded for users of the Citizen skin: #citizen-section-collapsible-0 { float: right; }")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
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;
}