Difference between revisions of "MediaWiki:Vector.css"

From Encyclopedia Humanica
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; }")
 
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 {
.mw-content-text {
 
 
   font-size: 0.875em;
 
   font-size: 0.875em;
 
}
 
}

Revision as of 11:05, 21 February 2019

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

#bodyContent {
  font-size: 0.875em;
}