Difference between revisions of "MediaWiki:Common.css"
From Polyfolds.org
Line 3: | Line 3: | ||
/* jwf--Bring the text to 14px */ | /* jwf--Bring the text to 14px */ | ||
#mw-content-text { | #mw-content-text { | ||
− | font-size: 1. | + | font-size: 1.000em; |
} | } | ||
/* jwf--Bring the text to 14px */ | /* jwf--Bring the text to 14px */ | ||
#bodyContent { | #bodyContent { | ||
− | font-size: 1. | + | font-size: 1.000em; |
} | } |
Revision as of 06:11, 8 June 2017
/* CSS placed here will be applied to all skins */ /* jwf--Bring the text to 14px */ #mw-content-text { font-size: 1.000em; } /* jwf--Bring the text to 14px */ #bodyContent { font-size: 1.000em; }