MediaWiki:Vector.css: Difference between revisions

From Snakeoil OS Reference
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
   font-size: 1.275em;
   font-size: 1.275em;
}
}
 
div#mw-panel div.portal h3,
#p-navigation-label{
div#mw-panel div.portal div.body ul li {
  font-size: 1.275em;
  font-size: 1.275em; /* default is 0.75em */
}
}

Revision as of 13:03, 27 May 2019

/* 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 */
}