MediaWiki:Monobook.css: Difference between revisions
From TernaryWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
{ | { | ||
margin: 0.5em 0 1em 0; | margin: 0.5em 0 1em 0; | ||
line-height: 1. | line-height: 1.3em; | ||
} | } | ||
} | } |
Revision as of 10:42, 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; line-height: 1.3em; } }