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
 
(One intermediate revision by the same user not shown)
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-column-end
{
{
display: none;
display: none;
}
}

Latest revision as of 01:33, 30 June 2026

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