MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 8: | Line 8: | ||
/* Changes part of the background */ | /* Changes part of the background */ | ||
body | body { | ||
background: #3f3e43; | background: #3f3e43; | ||
} | } |
Revision as of 20:10, 20 November 2022
/* CSS placed here will be applied to all skins */ /* To make images responsive */ .res-img img { max-width:100%; height:auto; } /* Changes part of the background */ body { background: #3f3e43; }