Difference between revisions of "MediaWiki:Vector.css"
From Documentacao LPI
(Created page with "→CSS placed here will affect users of the Vector skin: →Bring the text to 14px: .mw-content-text { font-size: 0.600em; }") |
|||
(2 intermediate revisions by the same user not shown) | |||
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 */ | ||
− | + | #bodyContent { | |
− | font-size: 0. | + | font-size: 0.75em; |
} | } |
Latest revision as of 17:21, 24 June 2016
/* CSS placed here will affect users of the Vector skin */ /* Bring the text to 14px */ #bodyContent { font-size: 0.75em; }