MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
#footer-desc { | #footer-desc { | ||
display:none; | display:none; | ||
margin: 0; | margin: 0 !important; | ||
} | } | ||
#footer-places { | #footer-places { | ||
display:none; | display:none; | ||
margin: 0; | margin: 0 !important; | ||
} | |||
#footer-info { | |||
margin: 0 !important; | |||
} | } | ||
Revision as of 23:07, 13 July 2022
/* All CSS here will be loaded for users of the Citizen skin */
#citizen-personalMenu__buttonCheckbox {
display:none;
}
#footer-desc {
display:none;
margin: 0 !important;
}
#footer-places {
display:none;
margin: 0 !important;
}
#footer-info {
margin: 0 !important;
}