Difference between revisions of "MediaWiki:Vector.css"

From English Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: →‎Bring the text to 14px: .mw-content-text { font-size: 0.875em; }")
 
m
Line 2: Line 2:
 
/* Bring the text to 14px */
 
/* Bring the text to 14px */
 
.mw-content-text {
 
.mw-content-text {
   font-size: 0.875em;
+
   font-size: 0.88em;
 
}
 
}
 +
 +
 +
 +
/* font-size: 0.875em; */

Revision as of 12:46, 6 April 2018

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



/* font-size: 0.875em; */