Difference between revisions of "MediaWiki:Vector.css"

From Diary of a Wimpy Kid Wiki
Jump to navigation Jump to search
m
m
 
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */
body {
 
    font-size: 16px;
/* Sidebar */
#p-logo + .mw-portlet .vector-menu-heading {
  display: block;
}
}
#p-lang { display: none }

Latest revision as of 03:01, 3 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 }