MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will be applied to all skins: background-image: url('/block.png');" |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
background-image: url('/block.png'); | body{ background-image: url('/block.png'); } | ||
Revision as of 14:15, 4 November 2022
/* CSS placed here will be applied to all skins */
body{ background-image: url('/block.png'); }