Difference between revisions of "MediaWiki:Vector.css"

From English Wiki
Jump to navigation Jump to search
m
m
Line 2: Line 2:
 
/* Bring the text to 14px ; formerly 0.95em */
 
/* Bring the text to 14px ; formerly 0.95em */
 
.mw-content-text {
 
.mw-content-text {
   font-size: 1.20em;
+
   font-size: 1.30em;
 
}
 
}
 
 
 
/* font-size: 0.875em; .9em */
 

Revision as of 02:04, 30 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.30em;
}