MediaWiki:Common.css: Difference between revisions
Appearance
Replaced content with "→CSS placed here will be applied to all skins: .pp-block-title { border:1px solid var(--border-color-subtle); text-align: center; background-color: var(--background-color-neutral); }" Tag: Replaced |
No edit summary |
||
Line 5: | Line 5: | ||
text-align: center; | text-align: center; | ||
background-color: var(--background-color-neutral); | background-color: var(--background-color-neutral); | ||
padding-bottom: 0.75rem; | |||
} | } |
Revision as of 15:59, 14 July 2025
/* CSS placed here will be applied to all skins */ .pp-block-title { border:1px solid var(--border-color-subtle); text-align: center; background-color: var(--background-color-neutral); padding-bottom: 0.75rem; }