MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
m Protected "MediaWiki:Citizen.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
No edit summary Tag: Reverted |
||
| 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 */ | ||
.page-Main_Page . | .page-Main_Page .mw-body { | ||
display: flex; | |||
.page-Main_Page . | flex-direction: column; | ||
} | |||
.page-Main_Page .citizen-page-header { | |||
order: -1; | |||
} | } | ||