MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will be applied to all skins: li.gallerybox div.thumb img { max-width: 10px; max-height: 10px; }" |
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 */ | ||
li.gallerybox div.thumb img { | li.gallerybox div.thumb img { | ||
max-width: | max-width: 125px; | ||
max-height: | max-height: 125px; | ||
} | } |
Revision as of 03:05, 11 May 2018
/* CSS placed here will be applied to all skins */ li.gallerybox div.thumb img { max-width: 125px; max-height: 125px; }