MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#footer { | #footer, | ||
.mw-footer, | |||
.vector-footer, | |||
.vector-footer-container { | |||
display: block !important; | display: block !important; | ||
visibility: visible !important; | |||
height: auto !important; | |||
} | } | ||
Revision as of 00:26, 18 January 2026
/* CSS placed here will be applied to all skins */
#footer,
.mw-footer,
.vector-footer,
.vector-footer-container {
display: block !important;
visibility: visible !important;
height: auto !important;
}