Difference between revisions of "MediaWiki:Common.css"
From Polyfolds.org
m |
|||
Line 14: | Line 14: | ||
/* Edit textarea */ | /* Edit textarea */ | ||
#wpTextbox1 { | #wpTextbox1 { | ||
− | font-size: | + | font-size: 2.0em; |
} | } | ||
/* Edit summary */ | /* Edit summary */ | ||
#wpSummary { | #wpSummary { | ||
− | font-size: | + | font-size: 2.0em; |
} | } |
Revision as of 12:20, 13 June 2017
/* CSS placed here will be applied to all skins */ /* jwf--Make text larger */ #mw-content-text { font-size: 1.000em; } /* jwf--Make text larger */ #bodyContent { font-size: 1.000em; } /* Edit textarea */ #wpTextbox1 { font-size: 2.0em; } /* Edit summary */ #wpSummary { font-size: 2.0em; }