MediaWiki:Vector.css: Difference between revisions

From Snakeoil OS Reference
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */
/* Bring the text to 14px */
#bodyContent {
  font-size: 1.275em;
}
div#mw-panel div.portal h3,
div#mw-panel div.portal div.body ul li {
  font-size: 1.275em; /* default is 0.75em */
}

Revision as of 14:09, 27 May 2019

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