Jump to content

MediaWiki:Common.css: Difference between revisions

From Dogs Welcome (Isle of Man)
Created page with "CSS placed here will be applied to all skins: Hide appearance tab on the right: #preftab-appearance { display: none !important; }"
 
No edit summary
Line 3: Line 3:
/* Hide appearance tab on the right */
/* Hide appearance tab on the right */


#preftab-appearance {
.vector-column-end {
     display: none !important;
     display: none !important;
}
}

Revision as of 13:50, 16 March 2025

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

/* Hide appearance tab on the right */

.vector-column-end {
    display: none !important;
}