MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
/* Logo */ | /* Logo */ | ||
#p-logo img { | #p-logo img { | ||
width: | width: 160px; /* Fill the width of the container */ | ||
height: | height: 160px; /* Fill the height of the container */ | ||
} | } |
Revision as of 21:05, 2 December 2024
/* CSS placed here will be applied to all skins */ /* Logo */ #p-logo img { width: 160px; /* Fill the width of the container */ height: 160px; /* Fill the height of the container */ }