MediaWiki:Common.css: Difference between revisions
Appearance
Doktorseven (talk | contribs) Created page with "→CSS placed here will be applied to all skins: .vector-page-toolbar { display: none; }" |
Doktorseven (talk | contribs) 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;
}