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
No edit summary
No edit summary
Tag: Reverted
Line 5: Line 5:
.page-Main_Page #siteSub {
.page-Main_Page #siteSub {
     display: block !important;
     display: block !important;
}
.page-Main_Page .citizen-page-header {
    order: -1;
}
}

Revision as of 16:57, 26 April 2026

/* All CSS here will be loaded for users of the Citizen skin */
.page-Main_Page .citizen-page-heading,
.page-Main_Page #firstHeading,
.page-Main_Page .mw-first-heading,
.page-Main_Page #siteSub {
    display: block !important;
}

.page-Main_Page .citizen-page-header {
    order: -1;
}