Difference between revisions of "MediaWiki:Vector.css"

From English 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 */
/* Bring the text to 14px */
+
/* Bring the text to 14px ; formerly 0.95em */
 
.mw-content-text {
 
.mw-content-text {
   font-size: 0.95em;
+
   font-size: 1.0em;
 
}
 
}
  

Revision as of 12:12, 25 April 2019

/* CSS placed here will affect users of the Vector skin */
/* Bring the text to 14px ; formerly 0.95em */
.mw-content-text {
  font-size: 1.0em;
}



/* font-size: 0.875em; .9em */