Jump to content

MediaWiki:Common.css: Difference between revisions

From DoktorSeven
Created page with "CSS placed here will be applied to all skins: .vector-page-toolbar { display: none; }"
 
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 */
.vector-page-toolbar
.vector-page-toolbar
{
display: none;
}
.vector-sticky-pinned-container
{
{
display: none;
display: none;
}
}

Revision as of 01:32, 30 June 2026

/* CSS placed here will be applied to all skins */
.vector-page-toolbar
{
display: none;
}
.vector-sticky-pinned-container 
{
display: none;
}