MediaWiki:Vector.css: Difference between revisions

From Test Wiki
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
 
(3 intermediate revisions by the same user not shown)
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.
*/
#p-logo + .mw-portlet .vector-menu-heading {
#p-logo + .mw-portlet .vector-menu-heading {
/* Show "Navigation" header. */
display: block;
display: block;
}
}


/* Hide "In other languages" header. */
#p-lang { display: none }
#p-lang { display:none; }