MediaWiki:Monobook.css: Difference between revisions
From TernaryWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the MonoBook skin */ | /* All CSS here will be loaded for users of the MonoBook skin */ | ||
#bodyContent {font-size: 1. | #bodyContent {font-size: 1.30em;} | ||
@media screen | |||
{ | |||
.mw-body p | |||
{ | |||
margin: 0.5em 0 1em 0; | |||
} | |||
} |
Revision as of 10:36, 16 April 2025
/* All CSS here will be loaded for users of the MonoBook skin */ #bodyContent {font-size: 1.30em;} @media screen { .mw-body p { margin: 0.5em 0 1em 0; } }