Autres actions
Aucun résumé des modifications |
Code non fonctionnel ajouté (à revoir) |
||
Ligne 8 : | Ligne 8 : | ||
#siteSub{ display: none !important; } | #siteSub{ display: none !important; } | ||
/* Move page header to the bottom for main page */ | |||
.page-Exonia .citizen-body-container { | |||
grid-template-areas: | |||
"content" | |||
"header" | |||
"afterHeader" | |||
"footer"; | |||
} |
Version du 30 mars 2025 à 18:29
/* La totalité du CSS placé ici s’appliquera aux utilisateurs de l’habillage Citizen. */ /* Move page header to the bottom for main pages */ h2 { border-bottom: 1px solid var(--border-color-base ); padding-bottom: 0.25em; } #siteSub{ display: none !important; } /* Move page header to the bottom for main page */ .page-Exonia .citizen-body-container { grid-template-areas: "content" "header" "afterHeader" "footer"; }