MediaWiki:Vector.css: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
Content deleted Content added
Created page with "All CSS here will be loaded for users of the Vector skin: Sidebar: #p-logo + .mw-portlet .vector-menu-heading { display: block; } #p-lang { display: none }"
 
mNo edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */


/* Sidebar */
/* Sidebar */

Revision as of 17:06, 14 August 2023

/* CSS placed here will affect users of the Vector skin */

/* Sidebar */
#p-logo + .mw-portlet .vector-menu-heading {
   display: block;
}

#p-lang { display: none }