Jump to content

MediaWiki:Common.css: Difference between revisions

From Dogs Welcome (Isle of Man)
No edit summary
No edit summary
Line 3: Line 3:
/* Hide appearance tab on the right */
/* Hide appearance tab on the right */


.vector-appearance-landmark {
.vector-sticky-pinned-container {
     display: none !important;
     display: none !important;
}
}

Revision as of 13:52, 16 March 2025

/* CSS placed here will be applied to all skins */

/* Hide appearance tab on the right */

.vector-sticky-pinned-container {
    display: none !important;
}