MediaWiki:Common.css: Difference between revisions

From Sylvi's wiki of miscellaneous nonsense
Jump to navigationJump to search
No edit summary
No edit summary
Line 4: Line 4:
body {  
body {  
font-size: 13px;  
font-size: 13px;  
}
.mw-parser-output {
font-size: 127%;
}
}

Revision as of 03:25, 8 June 2022

/* CSS placed here will be applied to all skins */


body { 
font-size: 13px; 
}

.mw-parser-output {
font-size: 127%;
}