MediaWiki:Common.css: Difference between revisions
From The Taylor Archive
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* | /* Alternative selector fallback */ | ||
#p-lang, | #p-lang, | ||
#p-multilingual-message, | #p-multilingual-message, | ||
.mw-portlet-lang { | .mw-portlet-lang, | ||
#mw-site-navigation .sidebar-chunk:empty { | |||
display: none !important; | display: none !important; | ||
} | } | ||
Revision as of 18:50, 20 July 2026
/* CSS placed here will be applied to all skins */
/* Alternative selector fallback */
#p-lang,
#p-multilingual-message,
.mw-portlet-lang,
#mw-site-navigation .sidebar-chunk:empty {
display: none !important;
}