Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
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 */ | ||
− | + | #mw-content-text { | |
− | # | + | font-size: 1.000em; |
− | |||
− | font-size: | ||
} | } | ||
− | # | + | #bodyContent { |
− | font-size: | + | font-size: 1.000em; |
} | } | ||
− |
Revision as of 02:27, 30 August 2020
/* CSS placed here will affect users of the Vector skin */
/* Bring the text to 14px */
#mw-content-text {
font-size: 1.000em;
}
#bodyContent {
font-size: 1.000em;
}