MediaWiki:Vector.css: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
Content deleted Content added
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect 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; }

Latest revision as of 11:46, 15 May 2024

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

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

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